Ask Your Question

Udaib khan's profile - activity

2018-03-15 05:03:25 -0600 commented question Equivalent OpenCV Java Code to this C++ Code

ok i'm going to close this question

2018-03-14 13:47:21 -0600 commented answer Equivalent OpenCV Java Code to this C++ Code

@phillity here you can see my code where i have first done displacement and then overlay part please have a look at this

2018-03-14 13:12:39 -0600 edited question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code Hey i am new to opencv i need java replacement for this c++ code #includ

2018-03-14 13:03:39 -0600 commented answer Equivalent OpenCV Java Code to this C++ Code

@phillity here i have two images one is background i.e shirt image and other is foreground image that is logo image so i

2018-03-14 05:34:13 -0600 commented answer Equivalent OpenCV Java Code to this C++ Code

@phillity i have having issue at overlay method where i overlay foreground over background using opacity Here is code s

2018-03-14 05:33:32 -0600 commented answer Equivalent OpenCV Java Code to this C++ Code

@phillity i have having issue at overlay method where i overlay foreground over background using opacity Here is code s

2018-03-14 05:33:21 -0600 commented answer Equivalent OpenCV Java Code to this C++ Code

@phillity i have having issue at overlay method where i overlay foreground over background using opacity Here is code s

2018-03-12 05:58:12 -0600 commented question Equivalent OpenCV Java Code to this C++ Code

@supra56 putText is expecting others params

2018-03-08 09:48:34 -0600 asked a question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code can anybody tell me the correct java code for this c++ code snippet: out

2018-03-08 09:37:09 -0600 edited question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code I need java equivalent code to this c++ code : void overlayImage(const cv:

2018-03-08 09:36:39 -0600 edited question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code I need java equivalent code to this c++ code : void overlayImage(const cv:

2018-03-08 09:32:45 -0600 asked a question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code I need java equivalent code to this c++ code : void overlayImage(const cv:

2018-03-08 07:55:47 -0600 commented question Dispalcement map filter using opencv java

@berak please tell me correct way how to resolve this

2018-03-07 12:59:52 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-07 12:58:05 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-07 12:55:18 -0600 commented question Dispalcement map filter using opencv java

@berak here the error basically occur at this point: output.put(y, x, ((backgroundPx * (1. - opacity)) + (foregroundPx

2018-03-07 12:54:12 -0600 commented question Dispalcement map filter using opencv java

@berak here the error basically occur at this point: output.put(y, x, ((backgroundPx * (1. - opacity)) + (foregroundPx

2018-03-07 12:52:58 -0600 commented question Dispalcement map filter using opencv java

@berak here the error basically occur at this point: output.put(y, x, ((backgroundPx * (1. - opacity)) + (foregroundPx

2018-03-07 12:52:43 -0600 commented question Dispalcement map filter using opencv java

@berak here the error basically occur at this point: output.put(y, x, ((backgroundPx * (1. - opacity)) + (foregroundPx

2018-03-07 12:51:40 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-07 12:49:15 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-07 03:20:17 -0600 commented question Dispalcement map filter using opencv java

@berak yes i'm using opencv because i don't want to go for 3D as i have all my images in 2D and it's possible in opencv

2018-03-07 02:53:27 -0600 commented question Dispalcement map filter using opencv java

@berak yes i'm using opencv because i don't want to go for 3D as i have all my images in 2D and it's possible in opencv

2018-03-07 02:41:34 -0600 received badge  Enthusiast
2018-03-06 10:08:21 -0600 commented question Dispalcement map filter using opencv java

@berak can you please correct me here where i'm doing mistake

2018-03-06 09:01:22 -0600 edited question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code Hey i am new to opencv i need java replacement for this c++ code #includ

2018-03-06 08:49:08 -0600 asked a question Equivalent OpenCV Java Code to this C++ Code

Equivalent OpenCV Java Code to this C++ Code Hey i am new to opencv i need java replacement for this c++ code #includ

2018-03-06 08:16:47 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-06 07:19:04 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-06 07:10:56 -0600 edited question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-06 07:10:11 -0600 asked a question Dispalcement map filter using opencv java

Dispalcement map filter using opencv java i want to place on logo image on shirt image such that logo conform to curvatu

2018-03-05 08:02:52 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

Bend overlay image to the curvature of underlay image I want to place one image on another image such that it looks real

2018-03-05 07:55:49 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

Bend overlay image to the curvature of underlay image I want to place one image on another image such that it looks real

2018-03-01 07:39:44 -0600 commented answer Bend overlay image to the curvature of underlay image using displacement map filter

@vps so how to achieve it in java opencv, i think it's texture bump mapping? i dont want to goto 3D world , please sugge

2018-03-01 07:38:37 -0600 commented answer Bend overlay image to the curvature of underlay image using displacement map filter

@vps so how to achieve it in java opencv, i think it's texture bump mapping? i dont want to goto 3D world , please sugge

2018-03-01 07:37:19 -0600 commented answer Bend overlay image to the curvature of underlay image using displacement map filter

@vps so how to achieve it in java opencv, i think it's texture bump mapping?

2018-03-01 07:34:12 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo

2018-03-01 07:31:44 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo

2018-03-01 07:29:52 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo

2018-02-23 09:37:47 -0600 commented question Bend overlay image to the curvature of underlay image using displacement map filter

ok @break tell me how to achieve the bending of logo on uneven surface i have tried addweight() but its not giving requi

2018-02-23 09:36:54 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo

2018-02-23 09:36:00 -0600 commented question Bend overlay image to the curvature of underlay image using displacement map filter

ok @break tell me how to achieve the bending of logo on uneven surface i have tried addweight() but its not giving requi

2018-02-23 09:17:31 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo

2018-02-23 08:08:38 -0600 commented question Bend overlay image to the curvature of underlay image using displacement map filter

@berak there is support for alpha blending in opencv please see opencv documentation and here i am attaching link , plea

2018-02-23 06:24:00 -0600 marked best answer Bend overlay image to the curvature of underlay image using displacement map filter

I want to place one image on another image such that it looks realistic suppose i have two images one is logo image and other is shirt image, now i want to place logo over shirt image such that logo adjust to curves and depth of shirt image. Please suggest me links or any source that could help me . thanks current i am using simple placement using image overlay transparency and addWeight Api with region of interest i am adding alpha value to logo image Any suggestions or code snippet would be appreciated.

public void loadLogo(ActionEvent actionEvent) throws IOException, InterruptedException 

    {
            Mat imageROI, croppedImage;
            Rect roi;
            FileChooser fileChooser = new FileChooser();
            File selectedFile = fileChooser.showOpenDialog(null);
            if (selectedFile != null) 
        {
                BufferedImage logoImage = ImageIO.read(selectedFile.toURL());
                Image logo = logoImage;
                Mat backgroundImageMatrics = createMat(img);
                Mat logoImageMatrics = createMat(logoImage);
                roi = new Rect(100, 200, logoImageMatrics.cols(), logoImageMatrics.rows());
                imageROI = backgroundImageMatrics.submat(roi);
                Core.addWeighted(imageROI,0.3,logoImageMatrics,1-0.3,0.0,dst);
                dst.copyTo(imageROI);
                HighGui.imshow("Linear Blend", backgroundImageMatrics);
                HighGui.waitKey(0);
                 CloseApp();
               }

      }

Here below is what actually i want to achieve

This is required result image description image description

2018-02-23 04:19:13 -0600 commented answer Bend overlay image to the curvature of underlay image using displacement map filter

@vps i have applied it but its not producing the required result please see the required image now it only overlay image

2018-02-23 04:14:44 -0600 received badge  Editor (source)
2018-02-23 04:14:44 -0600 edited question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo

2018-02-22 09:52:17 -0600 asked a question Bend overlay image to the curvature of underlay image using displacement map filter

place one image over another using image overlay transparency I want to place one image on another image such that it lo