Fellow group members:
Our company is seeking to hire an experienced image processing and analysis professional with strong C++ and VB skills. If you know of someone (or yourself) that has this skill set and would be willing to be located in northern New Jersey USA (we are about 40km from NYC) please email me. Kind regards, Jeffrey Stark Sensor Products LLC 300 Madison Ave. Madison, NJ 07940 USA TEL: 973-428-2976 www.sensorprod.com [hidden email] ------------------------------------------------------------------------------------------------------------------- "Let every nation know, whether it wishes us well or ill, that we shall pay any price, bear any burden, meet any hardship, support any friend, oppose any foe, in order to assure the survival and the success of liberty." - John F. Kennedy "If there must be trouble, let it be in my day, that my child may have peace." - Thomas Paine |
hi,
1. I import a new plugin of "QuickTime Opener" follow the instructions from http://rsb.info.nih.gov/ij/plugins/movie-opener.html After I restart ImageJ, it appears in "File/Import/QuickTime Player" and it is runnable. Now, I want to call this plugin in Macro, using syntax like "run("measure");", where "measure" is actually a menu call in ImageJ. But "run("QuickTime Player")" failed. I wonder what is proper way to make a call in macro for new plugin? 2. A bit curiously, if I use "plugins-->compile and run" for "QT_Movie_Opener.java", it gives out syntax error message. But if I put it in plugin folder, then I can compile it successfully by using "ant" in source code folder. Not sure why these two are not 100% consistent. thanks you time, Michael, __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
Hi there,
I found there is a plug-in to open AVI video http://rsb.info.nih.gov/ij/plugins/avi-reader.html However, it failed to open my AVI with error message saying "AVI file must be uncompressed" Could any one give me a hint for how to convert a compressed AVI to uncompressed one? thanks, Michael __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
There are several video conversion programs around. I stumbled
across one that was developed primarily for video games, but will do all of the conversions --and some interesting editing-- that you need. It is called RADVideo, and can be obtained at: http://www.radgametools.com The program is free, but they do ask for a donation. Good Luck Joel Date sent: Sun, 16 Jul 2006 08:35:46 -0700 Send reply to: ImageJ Interest Group <[hidden email]> From: Michael Ji <[hidden email]> Subject: uncompressed AVI format To: [hidden email] > Hi there, > > I found there is a plug-in to open AVI video > > http://rsb.info.nih.gov/ij/plugins/avi-reader.html > > However, it failed to open my AVI with error message > saying > "AVI file must be uncompressed" > > Could any one give me a hint for how to convert a > compressed AVI to uncompressed one? > > thanks, > > Michael > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com Joel B. Sheffield, Ph.D Department of Biology Temple University Philadelphia, PA 19122 Voice: 215 204 8839 e-mail: [hidden email] |
http://www.radgametools.com/bnkdown.htm
the tool works very well, very powerful, thanks, Michael, --- Joel Sheffield <[hidden email]> wrote: > There are several video conversion programs around. > I stumbled > across one that was developed primarily for video > games, but will do > all of the conversions --and some interesting > editing-- that you > need. It is called RADVideo, and can be obtained > at: > > http://www.radgametools.com > > The program is free, but they do ask for a donation. > > Good Luck > > Joel > > > Date sent: Sun, 16 Jul 2006 08:35:46 -0700 > Send reply to: ImageJ Interest Group > <[hidden email]> > From: Michael Ji <[hidden email]> > Subject: uncompressed AVI format > To: [hidden email] > > > Hi there, > > > > I found there is a plug-in to open AVI video > > > > http://rsb.info.nih.gov/ij/plugins/avi-reader.html > > > > However, it failed to open my AVI with error > message > > saying > > "AVI file must be uncompressed" > > > > Could any one give me a hint for how to convert a > > compressed AVI to uncompressed one? > > > > thanks, > > > > Michael > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > protection around > > http://mail.yahoo.com > > Joel B. Sheffield, Ph.D > Department of Biology > Temple University > Philadelphia, PA 19122 > Voice: 215 204 8839 > e-mail: [hidden email] > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
In reply to this post by Joel Sheffield
hi there,
I'd like to trace moving object in video file, such as, uncompressed AVI file. I found it is feasible in ImageJ theoretically that uses Analyze Particle to catch up object in each frame (stack) and compare the coordinate of caught object between frames. If the position change is over certain threshold, we could view it as a moving object. Is there existing plug-in package providing similar function? In the ImageJ plug-in pool, the closely effort is "3D objects counter", which process image object cross the stacks. I am not sure if this application will be useful for other people. If so, I'd like to build one for my application and contribute it back as a general plug-in to the ImageJ community. thanks your time, Michael, __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |
In reply to this post by Michael Ji
Hi
Virtualdub ( http://www.virtualdub.org/ ) is one of the best video programs Ive ever used, and should perform this task very easily. Beware though that uncompressed avi takes up a lot of disk space. Joe O'brien City Hospital, Birmingham. UK -----Original Message----- From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Joel Sheffield Sent: 16 July 2006 18:36 To: [hidden email] Subject: Re: uncompressed AVI format There are several video conversion programs around. I stumbled across one that was developed primarily for video games, but will do all of the conversions --and some interesting editing-- that you need. It is called RADVideo, and can be obtained at: http://www.radgametools.com The program is free, but they do ask for a donation. Good Luck Joel Date sent: Sun, 16 Jul 2006 08:35:46 -0700 Send reply to: ImageJ Interest Group <[hidden email]> From: Michael Ji <[hidden email]> Subject: uncompressed AVI format To: [hidden email] > Hi there, > > I found there is a plug-in to open AVI video > > http://rsb.info.nih.gov/ij/plugins/avi-reader.html > > However, it failed to open my AVI with error message > saying > "AVI file must be uncompressed" > > Could any one give me a hint for how to convert a > compressed AVI to uncompressed one? > > thanks, > > Michael > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com Joel B. Sheffield, Ph.D Department of Biology Temple University Philadelphia, PA 19122 Voice: 215 204 8839 e-mail: [hidden email] |
Free forum by Nabble | Edit this page |