![Screen_Shot_2013-06-02_at_10.38.41_AM.png](https://i.publiclab.org/system/images/photos/000/000/460/medium/Screen_Shot_2013-06-02_at_10.38.41_AM.png) [Ned Horning](http://publiclab.org/profile/nedhorning) (read [original announcement here](http://publiclab.org/notes/nedhorning/5-31-2012/registering-and-processing-photos-acquired-two-cameras)) has released an open source plugin for the cross-platform [ImageJ](http://rsb.info.nih.gov/ij/). It can produce [NDVI composites](/wiki/ndvi) from infrared and visible image pairs as well as [infrablue](/wiki/infragram) images. ###Features The photo monitoring plugins are written to work with Fiji image processing software (http://fiji.sc/wiki/index.php/Fiji) and they will also work with ImageJ the software on which Fiji is based. These plugins are designed to improve the efficiency and effectiveness of using photo monitoring methods. The plugins are support dual-camera setups with one camera acquiring a "normal" visible color digital photo and the other acquiring a near-infrared digitial photo as well as single camera setups such as infrablue cameras. ###Plugin description There are currently four plugins: **1 -** The _Create dual image list_ plugin is designed to facilitate the process of matching digital photographs that were acquired at roughly the same time. The plugin outputs a text file with the path and file names for image pairs (e.g., images acquired from two cameras) that can be input into the "Dual image NDVI processing" plugin. The image matching is done by synchronizing the times stored in image EXIF DateTimeOriginal tag from each of two cameras. If for some reason the EXIF DateTimeOriginal tag is not set then the files last modified time will be used. **2-** The _Dual image NDVI processing_ plugin is designed to co-register two images, one using a near-infrared camera and the other a “normal” visible camera. The plugin will work best if the images were acquired from two cameras mounted with their lenses close to each other, acquired at nearly the same time (so the scene hasn't changed), and it's best if the two cameras have similar characteristics such as image size and resolution. The plugin can output the following images: NGR image (false-color image with r=near-IR, g=green from visible, and r=red from visible) NDVI image with a user-selected color table applied Floating point NDVI image with actual NDVI values (data range -1 to +1) A visible image clipped to the common area between the registered near-IR and visible image A log file documenting the registration method used for each image pair **3-** _The Single image NDVI from directory_ plugin is designed to create color and floating point NDVI images from a directory containing images that recorded visible light in one band and near-infrared light in another. These images can be captured using the SuperBlue filter available from LifePixel (http://www.lifepixel.com/) or from Public Labs: (http://www.kickstarter.com/projects/publiclab/infragram-the-infrared-photography-project). **4-** The _Single image NDVI from displayed image_ plugin is designed to create color and floating point NDVI images from an image displayed in ImageJ/Fiji that recorded visible light in one band and near-infrared light in another. These images can be captured using the SuperBlue filter available from LifePixel (http://www.lifepixel.com/) or from Public Labs: (http://www.kickstarter.com/projects/publiclab/infragram-the-infrared-photography-project). ###Links * Download on GitHub: https://github.com/nedhorning/PhotoMonitoringPlugin/tree/master/downloads * View source on GitHub: https://github.com/nedhorning/PhotoMonitoringPlugin * Download ImageJ: http://rsb.info.nih.gov/ij/ * Download the friendlier Fiji version of ImageJ: http://fiji.sc/wiki/index.php/Fiji