Community Profile

photo

suvendra sahoo


calypto design system pvt ltd

Active since 2015

Followers: 0   Following: 0

Message

I am working as MTS

Statistics

Feeds

View by

Question


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 = ...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 2 answers | 0

2

answers