2020-11-16 15:30:13 -0600 | received badge | ● Nice Question (source) |
2019-06-04 10:55:27 -0600 | received badge | ● Notable Question (source) |
2018-06-13 16:33:21 -0600 | received badge | ● Popular Question (source) |
2016-09-06 03:05:29 -0600 | commented question | Detector particular persons simply ask for advice on how to achieve the recognition regardless of the final task . |
2016-09-05 20:59:07 -0600 | asked a question | Detector particular persons Hello at all! I would creat a C program with IPCam where I can recognize 10 particular persons. IPCam is positioned as a surveillance camera. This because I have to generate an allarm when these people are in a vision. Could you kindly tell me a good starting point? Could you tell me some examples with fairly recent methods? Thanks you very much for help |
2016-03-17 06:58:46 -0600 | asked a question | intersection compare hallo at all! could you tell me with simple words what is the intersection in compareHist? I would know the theory of intersection(CV_COMP_INTERSECT) for compare two rgb histogram. thanks you at all |
2016-02-13 03:01:54 -0600 | asked a question | depth image imread Hello at all! I'm writing because I have read the function imread but I don't understand what means the flag CV_LOAD_IMAGE_ANYDEPTH; could anyone tell me what is the depth of image? And what means ' If the flag is set, return 16-bit/32-bit image when the input has the corresponding depth' ? thanks you soo much for help |
2016-02-04 03:20:49 -0600 | received badge | ● Supporter (source) |
2016-02-03 09:30:09 -0600 | commented answer | compareHist @StevenPuttemans ok, but I need a theoretical explanation to define what is the correlation , the chi square and the intersection . I use three methods already in my program so working. |
2016-02-03 07:41:12 -0600 | asked a question | compareHist Hello at all! someone could tell me the principal differeces between comparison methods as CV_COMP_CHISQR, CV_COMP_CORREL and CV_COMP_INTERSECT? Could tell me also the mean of this methods and the theory behind it? thanks you soo much |
2016-02-01 09:33:28 -0600 | commented question | people detection and tracking and state of art thanks you soo much @Eduardo |
2016-02-01 07:39:17 -0600 | received badge | ● Student (source) |
2016-02-01 07:22:44 -0600 | asked a question | people detection and tracking and state of art Hello at all! Could someone tell me the state of art regard to people detect and tracking? Or someone could tell me where can I find it? thanks you soo much for help |
2016-01-28 04:49:11 -0600 | commented question | compareHist threshold I have more problems to set correlation thresholds!! Thanks you soo much |
2016-01-27 14:05:33 -0600 | asked a question | compareHist threshold Hi at all!!! I'm doing a comparison between two different images but I have a problem to set the threshold for three color: blue, green and red. Could anyone tell me how I set these thresholdes? Below I post my program and I am attaching the two different images. The scope of my program is detect object or people doing a comparison with background image and show parts that are different in red. (more) |
2016-01-18 05:38:23 -0600 | commented question | canny on RGB color @berak I don't know I hope to find a function more robust that canny on grey. OpenCV provides something? thanks you so much |
2016-01-15 10:22:53 -0600 | asked a question | canny on RGB color hello! I've a simple question. Can I use Canny function directly on RGB image and not on RGB image converted in gray? If it is possible, could you show me one exapmple? thanks you so much for help |
2016-01-14 06:54:10 -0600 | commented answer | How to record the time of stay by detected people in a video? @sturkmen I have 2.4.10 version of openCV. How I change it if I not change my openCV version? thanks you ! |
2016-01-14 03:17:16 -0600 | commented answer | How to record the time of stay by detected people in a video? Hi! excuse me but if I use code above it not runs because I get the error that tell me; 1_: error C3861: 'createBackgroundSubtractorMOG2': identifier not found 2_: error C2039: 'apply' : is not a member of 'cv::BackgroundSubtractor' Now how can I fix this? thanks you so much for help! |
2016-01-13 10:48:55 -0600 | asked a question | detection and rect hello! I'm trying a program that I find on web. This program do a people detect. I have a little problem and I think that this is very trivial. Below I Post the code but I have problem on each declaration of vectors. I don't know how can I fix this problem!!! Thanks you for your help. using namespace cv; using namespace std; //La funzione che farà tutto il lavoro void detectROIObject(Mat frame); //istanzio le variabili che mi servono cv::Mat frame; cv::Mat back; cv::Mat fore; std::vector<std::vector >="" contours;="" vector="" rectangle;<="" p=""> //definisco il video da processare (0 o -1 per la webcam) cv::VideoCapture cap("pathdelvideo"); //istanzio un background subtractor per eliminare lo sfondo cv::BackgroundSubtractorMOG bg(50000, 100.0, 0.5); int main(int argc, char *argv[]) { //apro la finestra frame cv::namedWindow("Frame"); } void detectROIObject(Mat frame) { } |
2016-01-12 08:52:25 -0600 | asked a question | color detect Hello at all! I'm trying to do a people detect using color histogram to realize it. I would know if exists a function of openCV that works as Canny but not with grayscale. More precisely a funtion that works with color directly. I think that, if exists it, is much more robust that Canny. Could you show me one example? I use histograms to calculate the differences between two images. thank you so much for your help! |
2016-01-11 09:26:12 -0600 | commented question | eigenvalue & eigenvector @LorenaGdL since it had already been asked , you know this problem ? |
2016-01-11 07:47:50 -0600 | commented question | eigenvalue & eigenvector @StevenPuttemans I read this on one article. For person detect !!!!!!!!! I want know how I realize S matrix. https://www.google.it/url?sa=t&rct=j&... paragraph 2.1 |
2016-01-11 07:08:33 -0600 | commented question | eigenvalue & eigenvector @StevenPuttemans yes people detect. I must calculate S matrix and after its eigenvalues and eigenvectors. But I don't know how I create S matrix as in picture. thanks you |
2016-01-11 03:22:49 -0600 | asked a question | eigenvalues Hello at all!!! I have a simply question. I have a Mat after read image with opencv. Now, how can I calculate eigenvalues and its eigenvectors? Could you show me an example? Thanks you so much |
2016-01-09 05:51:08 -0600 | asked a question | eigenvalue & eigenvector Hello at all! I must get from an image eigenvalues and eigenvectors to realize person detect with colors. How can I obtain eigenvalues and eigenvectors? The results are as the trace of matrix S where to each color band I use partial derivatives rx, ry, gx, gy, bx, by for the (r)ed, (g)reen and (b)lue bands? thanks for your time! |
2016-01-08 05:13:48 -0600 | commented question | histogram comparison @LorenaGdL Good morning! Could you help me on this argument? |
2016-01-08 04:39:19 -0600 | commented question | histogram comparison @berak ok if I change int to float the comparison is correct? what do you intend for historams type? |
2016-01-08 04:16:24 -0600 | commented question | histogram comparison @berak as you suggested I have modified the code as required. This program executes correctly the formula ? thanks you |
2016-01-08 03:35:48 -0600 | asked a question | histogram comparison Hi at all! I must do an histogram comparison with a formula that computes the intersection of histograms. My histograms have 256 bins. How I realize this formula correctly? I 'm using this for object tracking with colors. Post below one my possible solution but I think that this not execute exactly the formula thanks at all for your time! |
2016-01-04 11:34:31 -0600 | answered a question | read video & recostruction include <iostream>include <stdio.h>include <math.h>include <opencv2\opencv.hpp>include "opencv\highgui.h"include "opencv\cv.h"using namespace cv; using namespace std; void add_piece_of_frame(const Mat&, Mat&, int, int); void add_piece_of_frame_red(const Mat&, Mat&, int, int); int main(int argc, char** argv)
{
//lettura immagine
Mat background = imread("C:\Users\Fabrizio\Desktop\frame\VIDEO_PER_TESI\Scene1.jpg",CV_LOAD_IMAGE_COLOR);
//controllo di avvenuta lettura corretta
if(! background.data ) (more) |
2016-01-03 08:06:11 -0600 | commented question | read video & recostruction @LorenaGdL excuse me if there isn't the modification of output but I think that are not necessary to fix the problem. The modifications are comparing and show a rect grid with red background based on the comparison . @berak Why -10? My image is 320x240. I must read image until last pix. If I use two images and 10x10 grid the program run correctly but if I use one image and a video from which use frame by frame (comparison between reference image and the current frame of video) don't run. My output is black. |
2015-12-30 05:27:13 -0600 | asked a question | read video & recostruction Hi at all!!! I'm reading video from my memory and I execute some operation on it. When I read video I take a single frame (320x240) , I separe it with 10x10 grid and I save the single "box" (10x10) in a vector (Mat recostruction[768]). I create an other vector wich contains bool value. Each cell of vector contains bool value. Based on the value of the cells I recostruct the single box with different background color (true= red background image, false=normal backgrund image). When I show my output the output window is black and I don't show my rebuilt video. How I fix this problem? thank you for your time! |
2015-12-18 09:03:09 -0600 | commented answer | RECOSTRUCTION IMAGE WITH OPENCV @LorenaGdL Hi LorenaGdL excuse me for my question but how I insert it in a video sequence? In others words I must read a video sequence and execute some operations and display output with some parts in red background depending on operations performed. Thanks for your time |
2015-12-15 13:47:02 -0600 | commented answer | RECOSTRUCTION IMAGE WITH OPENCV @LorenaGdL Your help was very precious to me! thanks you soo much |
2015-12-15 06:53:46 -0600 | commented answer | RECOSTRUCTION IMAGE WITH OPENCV @LorenaGdL I'm using your first code that you suggest me and I obtain this error : error LNK2001: unresolved external symbol "void __cdecl add_piece_of_frame(class cv::Mat,class cv::Mat,int,int)" ([email protected]@[email protected]@@[email protected]@Z) error LNK2001: unresolved external symbol "void __cdecl add_piece_of_frame_red(class cv::Mat,class cv::Mat,int,int)" ([email protected]@[email protected]@@[email protected]@Z) fatal error LNK1120: 2 unresolved externals when I write: void add_piece_of_frame(const Mat, Mat, int, int); void add_piece_of_frame_red(const Mat, Mat, int, int); int main(int argc, char** argv) { //istructions of main } void add_piece_of_frame(const Mat &A , Mat &B, int r, int c) { //corp of function } void add_piece_of_frame(const Mat &A , Mat &B, int r, int c) { //corp of function } |
2015-12-15 02:34:42 -0600 | commented answer | RECOSTRUCTION IMAGE WITH OPENCV @LorenaGdL excuse me for the question that I think is stupid but could you tell me the correct form to write the identifiers of the two functions? thanks you soo much for your help and excuse me also for the banal questions. I'm following your code to fix my problem |
2015-12-15 02:27:16 -0600 | received badge | ● Enthusiast |
2015-12-14 12:02:31 -0600 | commented question | RECOSTRUCTION IMAGE WITH OPENCV @LorenaGdL How can I read the image in CV_32FC3??? Ok I follow your advice but I don't understand very well the part of the channel that you have explained me (About not having 3-channel images when inputting them into vector ricostruzione, I'd suggest using instead of Mat ricostruzione[48]; the following: vector<mat> ricostruzione; ricostruzione.reserve(48);). Can you explain me with a exemple? thanks you soo much |
2015-12-14 11:53:13 -0600 | commented question | RECOSTRUCTION IMAGE WITH OPENCV |
2015-12-14 11:41:56 -0600 | commented question | RECOSTRUCTION IMAGE WITH OPENCV excuse me but B is a zeros matrix....and I modify a piece of matrix only one time. In for cycle the Roi area change oech times. Or not? |
2015-12-14 11:36:17 -0600 | commented question | RECOSTRUCTION IMAGE WITH OPENCV I think that one problem is the read of matrix over the matrix size ( rows or columns)...but I think also that if the division is correct then the reconstruction must work....help meeeee |
2015-12-14 11:30:45 -0600 | commented question | RECOSTRUCTION IMAGE WITH OPENCV excuse me but with opencv I'm just the starting and I don't understand the problem. I divide one big matrix and I save orderly each single piece of matrix wich size is 40x40. After I take these pieces and I put them in a big matrix for output. I don't understand the problem of memory locations... |
2015-12-14 07:23:25 -0600 | commented question | RECOSTRUCTION IMAGE WITH OPENCV I think that my problem is the recostruction. when I use the function "add_piece_of_frame" it shows a all white image nd when I use other function it don't work and don't show anything. I suppose that image have 3 channel and when I divide it in "ricostruzione[m]" I don't have 3 channels. when the program execute : " B(Roi) = B(Roi)+A.clone();" obtain this message: Unhandled exception at 0x7427d8a8 in OPENCV_PROVA.exe: Microsoft C++ exception: cv::Exception at memory location 0x0017c6b8.. and in a prompt I have: opencv error: bad argument( when the input arrays in add/substract/multiply/divide functions have different types, the output array type must be explicitly specified) in cv::arithm_op, file ........\opencv\modules\core\src\arithm.cpp, line 1313 how to fix this? and the red? |
2015-12-14 03:03:04 -0600 | received badge | ● Editor (source) |
2015-12-14 02:53:22 -0600 | asked a question | RECOSTRUCTION IMAGE WITH OPENCV Hello to all!!! I'm doing a little project for rebuild une image. I must load image from my path then. I used a grid 40x40 pixels for divide image in some little images. I must then rebuild image in order adding a red background. I think that this project is a bit useless but this is for another project. For my project is very important the division of the image and its orderly reconstruction. I post below my solution: |