You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var medoidMosaic = function(inCollection, dummyCollection) {
var imageCount = inCollection.toList(1).length();
---toList(1),Is this one set up wrong?
With the original code, no matter how many images are in the collection, it's only going to return ‘1’.
And your comment after the code says: this is counting the number of images in the collection.
?????
The text was updated successfully, but these errors were encountered:
var medoidMosaic = function(inCollection, dummyCollection) {
var imageCount = inCollection.toList(1).length();
---toList(1),Is this one set up wrong?
With the original code, no matter how many images are in the collection, it's only going to return ‘1’.
And your comment after the code says: this is counting the number of images in the collection.
?????
The text was updated successfully, but these errors were encountered: