suvendra sahoo
calypto design system pvt ltd
2015년부터 활동
Followers: 0 Following: 0
Feeds
질문
How can i able to know the start and end x and y co-ordinates boundary box image
This is my matlab code clc; clear all; a=imread('i450.jpg'); hsv=rgb2gray(a); s = hsv(:,:,1); foreground = ...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
Not able to write the binary data into the text file
clc clear all close all; student_id=66438; a=dec2bin('student_id',16) studID = fopen('D:\stid.txt','wb'); fprintf(studID...
10년 초과 전 | 답변 수: 2 | 0