I need to select a pixel value and apply the region growing in terms of the seed pixel. After trying to write the code, the result was always a black image regardless of wha
Making GrowColor a recursive function may result in an infinite loop. Check the code in that function once.
GrowColor