简体   繁体   中英

Why does Imgproc.COLOR_RGB2HSI not exist in android studio?

I need to convert RGB to HSI because I need to get the hue and intensity channels. But Imgproc.COLOR_RGB2HSI does not exist in android studio. What methods can I use that produces the same output?

Because there is not Android Studio, but OpenCV issue. You can convert RGB to HSI like in this answer :

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM