sistine icon indicating copy to clipboard operation
sistine copied to clipboard

[function- segment] [Why RGB2LAB & !BGR2LAB]

Open ashishgupta1350 opened this issue 7 years ago • 2 comments

Why did you segment image using RGB2LAB when you could have used BGR2LAB and set the threshold values on the third layer as 140-230. It gives the same result.

ashishgupta1350 avatar Aug 04 '18 06:08 ashishgupta1350

I believe the code that we're using is technically incorrect (since OpenCV uses BGR instead of RGB). We noticed this at some point and tried fixing it, but for some reason the correct implementation performed more poorly.

antimatter15 avatar Aug 06 '18 01:08 antimatter15

Can you please send us the correct code? Let us see if we can debug and find errors in the correct code? I think we should be able to make a descent attempt at correcting it. We hope to scale the project across all platforms. It's done for the most part. I'll then design a GUI for calibrating the settings in real time and remove the need for installing dependencies on any pc.

Me and Ishika are computer science students working at you code as a hobby project. So far we have made sure your code works for windows and Linux.

ashishgupta1350 avatar Aug 06 '18 09:08 ashishgupta1350