Public Member Functions | |
| Object | measure (RegionMask vmask) |
| double | measure (short[] pixels, int width, int height) |
| String | getName () |
| String | getAbout () |
| boolean | does3D () |
| boolean | isNumeric () |
Definition at line 12 of file AvgCurvature.java.
| boolean theba.descriptors.AvgCurvature.does3D | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 137 of file AvgCurvature.java.
| String theba.descriptors.AvgCurvature.getAbout | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 133 of file AvgCurvature.java.
| String theba.descriptors.AvgCurvature.getName | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 129 of file AvgCurvature.java.
| boolean theba.descriptors.AvgCurvature.isNumeric | ( | ) |
Implements theba.core.RegionDescriptor.
Definition at line 141 of file AvgCurvature.java.
| double theba.descriptors.AvgCurvature.measure | ( | short[] | pixels, | |
| int | width, | |||
| int | height | |||
| ) |
Definition at line 23 of file AvgCurvature.java.
References theba.core.math.NonUniformInterpolation.interpolate().
| Object theba.descriptors.AvgCurvature.measure | ( | RegionMask | vmask | ) |
Implements theba.core.RegionDescriptor.
Definition at line 14 of file AvgCurvature.java.
References theba.core.RegionMask.getHeight(), theba.core.RegionMask.getWidth(), and theba.core.RegionMask.isSet().
1.6.1