openalea.phenomenal.data.data#

Functions

bin_images(data_dir)

According to the plant number return a dict[id_camera][angle] of numpy array of the loader binary image.

calibrations(data_dir)

According to name_dir return a dict[id_camera] of camera calibration object

chessboard_images(data_dir)

According to the plant number return a dict[id_camera][angle] of numpy array of the loader binary image.

chessboards(data_dir)

According to name_dir return a dict[id_camera] of camera calibration object

do_calibration(data_dir)

Regenerate calibration of cameras

image_points(data_dir)

According to name_dir return a dict[id_camera] of camera calibration object

mesh_mccormik_plant(data_dir)

According to name_dir return the mesh of plant from the McCormik paper

new_calibrations(data_dir)

According to name_dir return a camera calibration object

path_bin_images(data_dir)

According to the plant number return a dict[id_camera][angle] containing filename of the binary image.

path_chessboard_images(data_dir)

According to the plant number return a dict[id_camera][angle] containing filename of the raw image.

path_raw_images(data_dir)

According to the plant number return a dict[id_camera][angle] containing filename of the raw image.

raw_images(data_dir)

According to the plant number return a dict[id_camera][angle] of numpy array of the loader raw image.

synthetic_plant(data_dir[, registration_point])

According to name_dir return the mesh plant and skeleton of the

tutorial_data_binarization_mask(data_dir)

Return the list of required images to process the notebook tutorial on binarization.

voxel_grid(data_dir[, voxels_size])

According to the plant number and the voxel size desired return the voxel_grid of the plant.