ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
ReUseX::vision::tensor_rt::norm_image Namespace Reference

Classes

struct  Norm

Enumerations

enum class  NormType : int { None = 0 , MeanStd = 1 , AlphaBeta = 2 }
enum class  ChannelType : int { None = 0 , SwapRB = 1 }

Enumeration Type Documentation

◆ ChannelType

Enumerator
None 
SwapRB 

Definition at line 6 of file norm.hpp.

◆ NormType

Enumerator
None 
MeanStd 
AlphaBeta 

Definition at line 4 of file norm.hpp.