public static class opencv_legacy.CvEMParams extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
opencv_legacy.CvEMParams() |
opencv_legacy.CvEMParams(int nclusters) |
opencv_legacy.CvEMParams(int nclusters,
int cov_mat_type,
int start_step,
opencv_core.CvTermCriteria term_crit,
opencv_core.CvMat probs,
opencv_core.CvMat weights,
opencv_core.CvMat means,
opencv_core.CvMat covs) |
opencv_legacy.CvEMParams(int nclusters,
int cov_mat_type,
int start_step,
opencv_core.CvTermCriteria term_crit,
opencv_core.CvMat probs,
opencv_core.CvMat weights,
opencv_core.CvMat means,
PointerPointer covs) |
opencv_legacy.CvEMParams(Pointer p) |
| Modifier and Type | Method and Description |
|---|---|
int |
cov_mat_type() |
opencv_legacy.CvEMParams |
cov_mat_type(int cov_mat_type) |
PointerPointer |
covs() |
opencv_core.CvMat |
covs(int i) |
opencv_core.CvMat |
means() |
int |
nclusters() |
opencv_legacy.CvEMParams |
nclusters(int nclusters) |
opencv_core.CvMat |
probs() |
int |
start_step() |
opencv_legacy.CvEMParams |
start_step(int start_step) |
opencv_core.CvTermCriteria |
term_crit() |
opencv_legacy.CvEMParams |
term_crit(opencv_core.CvTermCriteria term_crit) |
opencv_core.CvMat |
weights() |
address, asBuffer, asByteBuffer, capacity, capacity, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, hashCode, isNull, limit, limit, memchr, memcmp, memcpy, memmove, memset, offsetof, position, position, put, setNull, sizeof, toString, withDeallocator, zeropublic opencv_legacy.CvEMParams(Pointer p)
public opencv_legacy.CvEMParams()
public opencv_legacy.CvEMParams(int nclusters,
int cov_mat_type,
int start_step,
opencv_core.CvTermCriteria term_crit,
opencv_core.CvMat probs,
opencv_core.CvMat weights,
opencv_core.CvMat means,
PointerPointer covs)
public opencv_legacy.CvEMParams(int nclusters)
public opencv_legacy.CvEMParams(int nclusters,
int cov_mat_type,
int start_step,
opencv_core.CvTermCriteria term_crit,
opencv_core.CvMat probs,
opencv_core.CvMat weights,
opencv_core.CvMat means,
opencv_core.CvMat covs)
public int nclusters()
public opencv_legacy.CvEMParams nclusters(int nclusters)
public int cov_mat_type()
public opencv_legacy.CvEMParams cov_mat_type(int cov_mat_type)
public int start_step()
public opencv_legacy.CvEMParams start_step(int start_step)
public opencv_core.CvMat probs()
public opencv_core.CvMat weights()
public opencv_core.CvMat means()
public opencv_core.CvMat covs(int i)
public PointerPointer covs()
public opencv_core.CvTermCriteria term_crit()
public opencv_legacy.CvEMParams term_crit(opencv_core.CvTermCriteria term_crit)
Copyright © 2014. All Rights Reserved.