Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] HSV Blood Detection #89

Open
km9mn opened this issue Sep 7, 2022 · 7 comments
Open

[Feat] HSV Blood Detection #89

km9mn opened this issue Sep 7, 2022 · 7 comments
Assignees
Labels
💪 enhancement New feature or request

Comments

@km9mn
Copy link
Contributor

km9mn commented Sep 7, 2022

What?

  • HSV 조절하여 Rule-based Blood Detection

How?

Todo

@km9mn km9mn added the 💪 enhancement New feature or request label Sep 7, 2022
@km9mn km9mn self-assigned this Sep 7, 2022
@km9mn
Copy link
Contributor Author

km9mn commented Sep 7, 2022

데이크루 포스팅 https://dacon.io/codeshare/4858?page=1&dtype=recent
5-5 역투영
이미지 내에서 영역을 지정하여 비슷한 부분을 찾는 이미지 처리
5-6 히스토그램 비교
두 이미지의 픽셀 색상 비중 비교

@km9mn
Copy link
Contributor Author

km9mn commented Sep 8, 2022

HSV, 특정 색상 추출 포스팅 https://sikaleo.tistory.com/84
색상의 범위를 지정하여 해당 범위에 속하는 픽셀 추출

@km9mn
Copy link
Contributor Author

km9mn commented Sep 9, 2022

데이크루 포스팅 https://dacon.io/codeshare/4858?page=1&dtype=recent 5-5 역투영 이미지 내에서 영역을 지정하여 비슷한 부분을 찾는 이미지 처리 5-6 히스토그램 비교 두 이미지의 픽셀 색상 비중 비교

관심 영역 지정하여 픽셀 색상 비중이 비슷한 영역 추출

image

semantic segmentation 라벨링에 도움될지도

@km9mn
Copy link
Contributor Author

km9mn commented Sep 9, 2022

image
한 이미지 안에서 피의 색상이 다르면 관심영역의 색상분포와 달라 못잡아냄

@km9mn
Copy link
Contributor Author

km9mn commented Sep 10, 2022

cv2.inRange로 RGB값을 조절하여 빨간색을 추출한 결과
cv2.inRange(src, (0, 0, 128), (100, 100, 255))
image
150 ~ 255
image
180 ~ 255
image

@km9mn
Copy link
Contributor Author

km9mn commented Sep 10, 2022

image
roi 방식은 관심영역 안에 피가 아닌 배경이 들어가는 정도에 따라 영향을 많이 받음

@km9mn
Copy link
Contributor Author

km9mn commented Sep 10, 2022

처음 생각한 방식은 yolo blood detection으로 가장 높게 blood가 있는 곳 하나의 bounding box를 roi로 지정해서 비슷한 영역을 추출
but 해당 bounding box에 피가 아닌 배경이 들어가면 안됨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💪 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant