Recognize Objects Using HSV Values from Real-Time Video Data

버전 2021.1.0.0 (156 KB) 작성자: sahq_azhar
The programs are designed to recognize objects using HSV values from real-time video data.
다운로드 수: 197
업데이트 날짜: 2021/9/27

Image Processing Using MATLAB


This repository contains image processing code. The codes are designed to recognise objects using HSV values from real-time video data.

View MATLAB-Image Processing on File Exchange

v.2017.1.0.0

The GUI is created using Guide. The code is rather outdated. However, I am still publishing this for future reference and developments. I accomplished this in 2017-2018, and there have been many improvements and optimizations since then. The new approach is updated in the 2021 folder.

Capture-pink

Issues

These functions are slow and time-consuming; any alternative would be greatly appreciated.

Issue #1

Slider Callback Function for saving in jumma.m

The following code retrieves values from the GUI Slider and passes them to the corresponding HSV values in the link.m file.
save function saves the value of the slider in a .txt file that can be called in the other .m file

h1=get(handles.slider1,'value');
set(handles.edit1,'string',h1);
%h1 = get(hObject,'Value')
% print h1
save ('h1.txt','h1','-ascii')

Load in link.m

This takes the value from the.txt file into the appropriate variable.

u1=load('h1.txt')
hueThresholdLow=u1;

v.2021.1.0.0

This is an improvement over the previous version, that used guide to generate the gui and the remaining processing functions were executed in a separate .m file. It took a long time and was out of date. This method makes use of app designer to create a matlab app, and there is no need for another .m file to process and display the image.

1

⭐ The repo

Eat, Sleep, CODE, Repeat!

인용 양식

sahq_azhar (2024). Recognize Objects Using HSV Values from Real-Time Video Data (https://github.com/sahq-azhar/MATLAB-Image_Processing/releases/tag/2021.1.0.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020a
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
태그 태그 추가

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

2017/0_Initialization

2017/1_Getting HSV values from slider-GUI

2017/2_Detecting object in real-time

버전 게시됨 릴리스 정보
2021.1.0.0

See release notes for this release on GitHub: https://github.com/sahq-azhar/MATLAB-Image_Processing/releases/tag/2021.1.0.0

2017.1.0.0

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.