w3c / mediacapture-worker

MediaStream with worker
Other
9 stars 12 forks source link

The data type of HSV and Lab should be floating point #47

Closed kakukogou closed 8 years ago

kakukogou commented 8 years ago

The definition of HSV and Lab are usually defined in floating point domain, I will then change the data type of HSV and Lab form uint8 to float32.