extract_features_on_face_zonelets#
- FeatureExtraction.extract_features_on_face_zonelets(part_id, face_zonelets, params)#
Extract edges by angle and face zonelet boundary using given extract feature parameters.
- Parameters:
- part_id
int Id of input part.
- face_zonelets
Iterable[int] Ids of input face zonelets.
- params
ExtractFeatureParams Parameters used to extract edges.
- part_id
- Returns:
- :
ExtractFeatureResultsReturns a ExtractFeatureResults.
- Return type:
Examples
>>> results = feature_extraction.extract_features_on_face_zonelets(part_id, face_zonelets, params)