Login  Register

Re: Developer Papers

Posted by Christian Lutz on Aug 19, 2008; 4:02pm
URL: http://imagej.273.s1.nabble.com/Help-needed-in-doing-image-analysis-tp3695355p3695360.html

Hello Albert,

thank you for the very fast reply!! Great :)



Am 19.08.2008 um 11:51 schrieb Albert Cardona:

> Hi Christian,
>
>
>> I am interessted in developing or bug fixing ImageJ and Plugins for  
>> our biologists.
>
> Always very welcome!
>
>
>> And so I have some question about the the development process.
>> - Are there any papers to read?
>
>
> Not really. What do you mean by "development process"? To me it  
> means: test against expectations, fix mismatches.
>
> There is a book on image processing with java and ImageJ on sale on  
> the web somewhere.

Yes, I lent it, already. But it doesn't help me on that very much.

>
> I've written a tutorial here:
> http://www.mcdb.ucla.edu/research/hartenstein/acardona/imagej_programming_tutorials.html

Thanks.

>
>
> There are many more resources at http://imagejdocu.tudor.lu (ImageJ  
> Documentation Wiki).
>
>
>
>> - Is there a way to access any kind of version control / or is the  
>> only access via downloading last stable version code?
>>  ( currently, read access would be enough )
>
>
> We have setup one: ImageJA at http://repo.or.cz/w/imageja.git/ ,  
> which is perhaps best used as a submodule of fiji  (web: http://pacific.mpi-cbg.de/ 
>    and repository: http://pacific.mpi-cbg.de/cgi-bin/gitweb.cgi?p=fiji.git;a=summary 
>  )

So what would you recommend?, Fiji repository or ImageJA repository  
for developing ImageJ? I saw that Wayne merged his code into the  
ImageJA repo.
Are there any major differences between ImageJA and ImageJ (except the  
applet) on the desktop Version?
I think Fiji isn't the right place for us, because it is more designed  
for the end-user of imagej and not for the developer of it.
What is your opinion?
>
>
>> - Are there any manuels for NetBeans? I just found an older one http://www.mbl.edu/research/labs/adlc/CamAcqJ/NetBeansforIJDevelopment.html
>
>
> At the upcomming ImageJ conference, Volker Baecker will give an in-
> depth workshop on how to use Eclipse to develop for ImageJ.
> There are also some resources regarding IDE in the ImageJ  
> Documentation Wiki: http://imagejdocu.tudor.lu

I just found something for Eclipse, but this IDE doesn't work very  
well on a Mac Intel64 and so I am working with NetBeans.
Today I tried to fit the ImageJ Source into the NetBeans Folder  
structure. And it didn't work quite well, due to the build.xml file.
Maybe later this week :) I don't have any experience with ant yet.
Currently I just copied everything from the ImageJ Source to the src  
Folder in NetBeans. With the standart build.xml I can compile the  
ImageJ source.
The build.xml file is written with Netbeans, does nobody us it anymore?

>
>
>> - How can I supply patches? To whom?
>
>
> In Fiji, just use the contrib user which needs no password and  
> pushes only to the contrib branch.
> In ImageJA, use the mob user (same status as the contrib user in  
> Fiji).
>
> Some help here:
> http://pacific.mpi-cbg.de/wiki/index.php/Git_mini_howto
> http://pacific.mpi-cbg.de/wiki/index.php/Git
>
> On the other hand, Wayne preffers fully functional ij.jar, compiled  
> for java 1.4.2, along with the modified java files in full.
>
>
>
>>
>> Thanks and I appricate your help.
>
>
> You are welcome.
>
> Albert

- Thanks a lot -

Christian