Posts by Thauany Moedano • 23 points
5 posts
-
0
votes1
answer78
viewsA: How to know each pixel of a superpixel in Matlab?
I found the reason, hehe! The image is colored, so the matrix keeps the information for R, G and B together.
-
1
votes1
answer78
viewsQ: How to know each pixel of a superpixel in Matlab?
I am doing a program in Matlab using the computer vision addon. I used the superpixel function to get the array of Abels. From what I understand this matrix represents which label (superpixel) each…
-
0
votes2
answers201
viewsA: Firebase does not work with multiple apps
I appreciate the comment, maybe I didn’t explain myself very well! What I wanted was for two apps to connect at the same bank which I was unable to do. The problem was that I had put the apps in…
-
0
votes2
answers201
viewsQ: Firebase does not work with multiple apps
all right? I started a project in Firebase and Linkei two related applications in the same project. I made an equal login/signin system for both. It turns out that for an app, Sign in works normal…
-
1
votes2
answers106
viewsQ: Capture a 3D click in openGL
I am doing a job in openGL. I wanted to click on a window and a drawing appear where it was clicked. As the scenario is in 3D wanted to know how I do to get the value of the coordinate in Z. Could…