Community Profile

photo

bay rem


Attivo dal 2016

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


SIFT code for matching points based intensity
i'd like to know if it is possible to use the SIFT alagorithm to find matching point sbased on intensity information i really ne...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


is there an algorithm of matching based on intensity information
as i know aSURF ALGORITHM based only on position,i'd like to know ifthere is another algorithm of matching based on intensity in...

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How to multiply binary image and rgb image in matlab?
I have a binary image which is the segmented form of another color image . As you know , a binary image is 2-d but an rgb image...

circa 8 anni fa | 2 risposte | 1

2

risposte

Domanda


HOW to use SURF feature matching in a video
can anyone guide me to how to use an algorithm for feature matching in a video?

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


anyone help me please to crop the image into 8 bloks, 4 rows and 2 columns
here there is the code i used where x is the original Image bbox1=x(1:size(x,1)/4,1:size(x,2)/2,:); var1=var(double(bbox...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to split blob from blob analysis to many blobs
while im working to detect motion in video, i used blobAnalysis to draw a blob for each moving object: blobAnalysis = visio...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to extract the time interval where variables start to increase
i have a function and i plot for every moment results of this function, such the image indicate, ,and then i want to detect the ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


any idea of how can i detect a head's person in a video
i need to know if there is an algorithm that can be usfull for detecting heads? any idea please ?

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i found the part of an array where elements start to decrease then be constant
ihave an array where i plot it like the image describe,i wanna find the part where elements start de decrease an then be constan...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how can find a point from an array where the points it follows start to decrease
i have array contains points, somehow it exist a part of this array where are decreasing ,how can i find this part, i really nee...

circa 8 anni fa | 3 risposte | 0

3

risposte

Domanda


how to correct plotting
when i'm trying to plot in my code, results seems to be flipped upside down...how can i correct it, and why it i that way? than...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


what's wrong with this code, when i'm trying to read the 3 channels of each frame of the video
while i'm reading an RGB video, i wanted to extract for each frame its 3 channels? BUT here results looks weird, any one can Exp...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


what's the problem in this code, while i'm trying to extract the 3 channels of an RGB image?
while i'm reading an rgb video, i wanted to extract for each frame its 3 channels(R,G and B) but the results looks weird, here t...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to compare two variances of two RGB image
i calculate for each image its variance like below: for i=1:3 Var(i) = var(reshape(im1(:,:,i),[],1)); end how...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


is it right for an RGB image to calcule the variance with simple this way?
is it right for an RGB image to calcule the variance with var(image(:))?? not to calcul the variance of 3 chanels Red green blue...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to know if the image is homogeneous
i have a set of images and i'd like to extract from them the homogeneous images, like this following one (what i mean of homogen...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


HOW to find the most correspondant image from a set of images?
is there a way that it can find the corresponadance between images (without using matching algorithms), here there is an exp of ...

circa 8 anni fa | 0 risposte | 0

0

risposte

Domanda


verify which one is the correct one to calculate
i tried both of those instruction to calculate variance of each blob in one image, both leads to different results, i dont know ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to calculate degree of similarity between two images
i wanna know if there is a way to calculate degree of similarity between two images?

circa 8 anni fa | 1 risposta | 1

1

risposta

Domanda


can't understand the cause of this error, trying to crop multi blobs in one image
hello, i'm working with video motion, here it can be the case where we found many object mobile, i used blobAnalysis to delimi...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how to crop many parts from one image
hello i'd like to crop two existed blob from only one image...but every time i try, only one blob will be cropped (with imrop i...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


motion detection with background subtraction
hello everyone; i'm working with motion detection, using "vision.ForegroundDetector" I'd like to just make sure about the pa...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


what's the diffeence between those two intsructions to tranform the RGB image to HSV one
the first example: frame1=rgb2hsv(frameRGB); frame=frame1; frame(:,:,3)=0; the seconde example: ...

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i correct this code to write a video
I've this code and i dont know how to write a video with images result: clear all; close all; clc; foregroundDet...

circa 8 anni fa | 2 risposte | 0

2

risposte