http://www.emgu.com
optionally encrypt images with random convolution
Namespace:
Emgu.CV.Face
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void Salt(
string passphrase
)
Public Sub Salt (
passphrase As String
)
public:
void Salt(
String^ passphrase
)
member Salt :
passphrase : string -> unit
Parameters
- passphrase
- Type: SystemString
a crc64 random seed will get generated from this
See Also