33## Overview
44
55[ PlantCV] ( http://plantcv.danforthcenter.org ) is composed of modular functions in order to be applicable to a
6- variety of plant types and imaging systems. In the following documentation we will describe use of each function and
6+ variety of plant types and imaging systems. In the following documentation we describe use of each function and
77provide tutorials on how each function is used in the context of an overall image-processing workflow. PlantCV
88currently supports the analysis of standard RGB color images (aka "VIS"), standard grayscale images (e.g.
99near-infrared, "NIR"), thermal infrared images, grayscale images from chlorophyll fluorescence imaging systems
@@ -13,25 +13,26 @@ on the [GitHub issues page](https://github.com/danforthcenter/plantcv/issues).
1313
1414## Getting started
1515
16- The documentation can be navigated using the sidebar table of contents. Documentation for individual PlantCV functions
17- are listed under the headings "PlantCV Namespace". For general information on installation,
18- updating, and other questions, see:
16+ If this is your first time using PlantCV, we recommend following this list of documentation pages to get started:
17+
18+ * [ Install PlantCV] ( installation.md )
19+ * [ Use PlantCV with Jupyter Notebooks] ( jupyter.md )
20+ * [ Get started buildling an image analysis workflow] ( analysis_approach.md )
21+ * [ Run your workflow in parallel] ( pipeline_parallel.md )
22+ * [ Use the json2csv tool to convert results files to csv] ( tools.md )
23+ * [ Summary of output measurements generated by PlantCV] ( output_measurements.md )
24+
25+ !!! tip
26+ Documentation for individual PlantCV functions are listed under the headings "PlantCV Namespace" in the sidebar.
27+
28+ Other useful reference pages:
1929
20- * [ Installing PlantCV] ( installation.md )
2130* [ Updating PlantCV] ( updating.md )
2231* [ Frequently Asked Questions] ( faq.md )
23- * [ General Approaches to Image Analysis with PlantCV] ( analysis_approach.md )
24- * [ Using Jupyter Notebooks with PlantCV] ( jupyter.md )
25- * [ Summary of Output Measurements and Database Structure] ( output_measurements.md )
2632
2733## Tutorials
2834
29- We have added interactive documentation (the link takes up to a few minutes to load so be patient please),
30- so you can test out workflows and even upload your own images to test on.
31-
32- * [ ![ Binder] ( https://mybinder.org/badge_logo.svg )] ( https://mybinder.org/v2/gh/danforthcenter/plantcv-binder.git/master?filepath=index.ipynb ) Check out our interactive tutorials!
33-
34- Also see our tutorials documentation pages for more detailed overviews of using PlantCV for specific tasks:
35+ Check out our tutorials below or in our [ Tutorial Gallery] ( tutorials.md ) to learn how to analyze different types of images:
3536
3637* [ VIS/RGB Image Processing] ( tutorials/vis_tutorial.md )
3738* [ Grayscale Image Processing] ( tutorials/grayscale_tutorial.md )
0 commit comments