Table of Contents ▸ List of Commands ▸ 3D Meshes ▸ pca_patch3d | ◀ parametric3d | plane3d ▶ |
pca_patch3d
Arguments:
- _patch_size>0,_M>0,_N>0,_normalize_input={ 0:No | 1:Yes },_normalize_output={ 0:No | 1:Yes },_lambda_xy
Description:
Get 3D patch-pca representation of selected images.The 3D patch-pca is estimated from M patches on the input image, and displayed as a cloud of N 3D points.
Default values:
patch_size=7, M=1000, N=3000, normalize_input=1, normalize_output=0, and lambda_xy=0.
Example of use:
image.jpg pca_patch3d 7
