Message Boards Message Boards

0
|
5402 Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

How to process Image List?

Posted 10 years ago
how to perform edgedetection on each frame found in ImageList?
POSTED BY: nandish343 reddy
2 Replies
Probably the ImageList  in:
listOfImages = Import["ExampleData/clip.mov", "ImageList"]
David's answer should suffice!
POSTED BY: C ormullion
As others will certainly suggest to you, I suggest that you supply an example of what you are asking about.  As far as I can tell there is no function in Mathematica called ImageList.   Do you mean a list of images?  If so then you Map the function EdgeDetect onto the list of images.  I.e. if the list of images is called listOfImages then you would execute 
Map[EdgeDetect[#, r, t] &, listOfImages]
  with suitable chosen values of r and t.

But perhaps you mean something else.  If so please give a more detailed version of your question. 
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract