Skip to content

van-der-knaap-lab/tomato-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomato Analyzer

More information about this project can be found on the homepage.

References

To cite this software, please refer to the following publications:

Acknowledgements

Tomato Analyzer was developed in collaboration with students from the AMRE program at the College of Wooster.

Note: @w-bonelli did not write and does not maintain this software, only moved it to GitHub.

Setup

  1. Clone the repository.
  2. Download the submodules, if necessary. We rely on rapidjson. The project page for that is found here. You should only have to change navigate to rapidjson/ inside of tomato-analyzer and run git submodule init, but stuff happens.
  3. Download CVIPtools from here. At the time of writing, we are building against 5.5d.
  4. Download CMake from here. You'll need this to build rapidjson. To build rapidjson:
    1. Open CMake.
    2. The source code should be path-to-tomato-analyzer/rapidjson.
    3. You're going to click Browse Build and create a new folder in rapidjson. Call this folder build.
    4. Select configure and then generate. We're building against VC100 currently. You might try something else.
  5. At this point, you can open the Tomato Analyzer project located inside of tomato-analyzer. Do so.
  6. Add rapidjson/include to the header search path. (Project Properties -> C/C++ -> Additional Include Directories)
  7. Add the CVIPtools/include directory to the header search path.
  8. Make sure that CVIPtools/lib is located inside of the Additional Library Directories. (Project Properties -> Linker -> General -> Additional Link Directories).
  9. Make sure that CVIPtools/lib is an additional link dependency. (Project Properties -> Linker -> Input -> Additional Dependencies).

You should now be able to build.

About

Analyze slices of tomatoes, peppers, leaves and seeds on Windows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published