14 #ifndef ITALA_API_C_POLARITAZION_H 15 #define ITALA_API_C_POLARITAZION_H 17 #include "ItalaApiC/Export.h" 18 #include "ItalaApiC/ItalaCDefs.h" 19 #include "PFNC/PFNC.h" 152 PfncFormat rawImagePixelFormat, H_IMAGE* hIntensity);
168 H_IMAGE* hImageAoLP);
184 H_IMAGE* hImageDoLP);
200 H_IMAGE* hIntensity);
int32_t PolarDemosaicingAlgorithm
Definition: ItalaCDefs.h:211
ITALA_API_C ItalaError ExtractAllPolarComponentsColor(H_IMAGE hImage, PolarDemosaicingAlgorithm algorithm, PolarComponentsColor *componentsColor)
ITALA_API_C ItalaError ComputeDoLP(StokesVectors *stokesVectors, H_IMAGE *hImageDoLP)
ITALA_API_C ItalaError ExtractAllPolarComponents(H_IMAGE hImage, PolarDemosaicingAlgorithm algorithm, PolarComponents *componentsMono)
ITALA_API_C ItalaError InstantComputeDoLP(H_IMAGE hImage, PolarDemosaicingAlgorithm algorithm, H_IMAGE *hImageDoLP)
int32_t ItalaError
Definition: ItalaCDefs.h:80
Convenient POD structure used as container for ExtractAllPolarComponentsColor 's multi-result.
Definition: ItalaCDefs.h:228
ITALA_API_C ItalaError ComputeStokesS1(PolarComponents *polarComponents, H_IMAGE *hS1)
ITALA_API_C ItalaError InstantComputeAoLP(H_IMAGE hImage, PolarDemosaicingAlgorithm algorithm, H_IMAGE *hImageAoLP)
ITALA_API_C ItalaError ExtractPolarComponent(H_IMAGE hImage, PolarComponent component, PolarDemosaicingAlgorithm algorithm, H_IMAGE *hComponent)
ITALA_API_C ItalaError ComputeAllStokes(PolarComponents *polarComponents, StokesVectors *stokesVectors)
ITALA_API_C ItalaError ComputeAoLP(StokesVectors *stokesVectors, H_IMAGE *hImageAoLP)
ITALA_API_C ItalaError ComputeIntensity(StokesVectors *stokesVectors, PfncFormat rawImagePixelFormat, H_IMAGE *hIntensity)
ITALA_API_C ItalaError ComputeStokesS2(PolarComponents *polarComponents, H_IMAGE *hS2)
Convenient POD structure used as container for ComputeAllStokes 's multi-result.
Definition: ItalaCDefs.h:238
ITALA_API_C ItalaError ComputeStokesS0(PolarComponents *polarComponents, H_IMAGE *hS0)
ITALA_API_C ItalaError InstantComputeIntensity(H_IMAGE hImage, PolarDemosaicingAlgorithm algorithm, H_IMAGE *hIntensity)
int32_t PolarComponent
Definition: ItalaCDefs.h:189
Convenient POD structure used as container for ExtractAllPolarComponents 's multi-result.
Definition: ItalaCDefs.h:217
ITALA_API_C ItalaError ComputePolarQuadrantsImage(H_IMAGE hImage, H_IMAGE *hPolarQuadrants)