OpenStructure
|
Definition at line 44 of file auto_correlate.hh.
typedef ImageStateConstModIPAlgorithm<ClearFnc> Clear |
typedef ImageStateConstModIPAlgorithm<ClipMinMaxFnc> ClipMinMax |
Definition at line 87 of file clip_min_max.hh.
typedef ImageStateConstModIPAlgorithm<ConjFnc> Conj |
Definition at line 60 of file conjugate.hh.
typedef ImageStateConstModIPAlgorithm< CosFnc > Cos |
Definition at line 63 of file transcendentals.hh.
Definition at line 60 of file density_slice.hh.
Definition at line 54 of file discrete_shrink.hh.
typedef ImageStateConstModIPAlgorithm< ExpFnc > Exp |
Definition at line 64 of file transcendentals.hh.
Definition at line 46 of file convolute.hh.
Definition at line 44 of file correlate.hh.
typedef ImageStateConstModIPAlgorithm<FillFnc> Fill |
Definition at line 134 of file gaussian.hh.
typedef ImageStateModIPAlgorithm<GaussianGradientMagnitudeFilterBase> GaussianGradientMagnitudeFilter |
Definition at line 79 of file gaussian_gradient_magnitude.hh.
Definition at line 79 of file gaussian_laplacian.hh.
Definition at line 67 of file highest_peak_search_3d.hh.
Definition at line 70 of file histogram.hh.
Definition at line 54 of file line_average.hh.
Definition at line 52 of file local_sigma_threshold.hh.
typedef ImageStateConstModIPAlgorithm< LogFnc > Log |
Definition at line 65 of file transcendentals.hh.
typedef ImageStateConstModIPAlgorithm< Log10Fnc > Log10 |
Definition at line 66 of file transcendentals.hh.
Definition at line 52 of file mask_image.hh.
typedef ImageStateConstModOPAlgorithm<MirrorFnc> Mirror |
Definition at line 51 of file alg_mirror.hh.
typedef ImageStateConstModIPAlgorithm<NegateFnc> Negate |
typedef ImageStateConstModIPAlgorithm<PowFnc> Pow |
Definition at line 88 of file transcendentals.hh.
Definition at line 43 of file power_spectrum.hh.
Definition at line 42 of file randomize.hh.
typedef ImageStateConstModOPAlgorithm<ShiftFnc> Shift |
Definition at line 73 of file alg_shift.hh.
typedef ImageStateConstModIPAlgorithm< SinFnc > Sin |
Definition at line 67 of file transcendentals.hh.
Definition at line 54 of file smooth_mask_image.hh.
typedef ImageStateConstModIPAlgorithm< SqrtFnc > Sqrt |
Definition at line 68 of file transcendentals.hh.
typedef ImageStateNonModAlgorithm<StatBase> Stat |
Definition at line 74 of file stat_min_max.hh.
typedef ImageStateConstModIPAlgorithm< TanFnc > Tan |
Definition at line 69 of file transcendentals.hh.
typedef ImageStateConstModIPAlgorithm<ThresholdFnc> Threshold |
Definition at line 76 of file threshold.hh.
Definition at line 75 of file alg_transform.hh.
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateLinearNormalizer | ( | Real | scale, |
Real | offset | ||
) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateLinearRangeNormalizer | ( | const ConstImageHandle & | ih, |
Real | minoutput, | ||
Real | maxoutput | ||
) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateLinearRangeNormalizer | ( | Real | mininput, |
Real | maxinput, | ||
Real | minoutput, | ||
Real | maxoutput | ||
) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateLogNormalizer | ( | Real | scale, |
Real | min, | ||
Real | offset | ||
) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateLogRangeNormalizer | ( | const ConstImageHandle & | ih, |
Real | minoutput, | ||
Real | maxoutput | ||
) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateLogRangeNormalizer | ( | Real | mininput, |
Real | maxinput, | ||
Real | minoutput, | ||
Real | maxoutput | ||
) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateNoOpNormalizer | ( | ) |
DLLEXPORT_IMG_ALG Normalizer ost::img::alg::CreateTransmissionToODNormalizer | ( | Real | mininput, |
Real | maxinput, | ||
Real | maxOD = 10.0 |
||
) |
DLLEXPORT_IMG_ALG std::ostream& ost::img::alg::operator<< | ( | std::ostream & | o, |
const Stat & | s | ||
) |
DLLEXPORT_IMG_ALG std::ostream& ost::img::alg::operator<< | ( | std::ostream & | o, |
const StatMinMax & | s | ||
) |
Real DLLEXPORT_IMG_ALG ost::img::alg::RealSpatialCrossCorrelation | ( | const ConstImageHandle & | image1, |
const ConstImageHandle & | image2 | ||
) |
Computes cross correlation of images Both input images must be Real Spatial their extent should be the same.
Real DLLEXPORT_IMG_ALG ost::img::alg::RealSpatialCrossCorrelation | ( | const ConstImageHandle & | image1, |
const ConstImageHandle & | image2, | ||
const img::Extent & | extent | ||
) |
Computes cross correlation of images the cross correlation is computed only within the given extent.
Both input images must be Real Spatial and their overlap with the given extent should be the same.