Ask Your Question

poljakov13's profile - activity

2018-03-22 11:36:38 -0600 received badge  Famous Question (source)
2018-02-06 06:41:31 -0600 received badge  Notable Question (source)
2018-02-01 12:06:08 -0600 received badge  Popular Question (source)
2017-11-27 15:25:57 -0600 commented answer How to display multiple images in one window?

thank you , this was helpful

2017-11-16 08:31:29 -0600 commented answer How to display multiple images in one window?

STILL LOOKING ANSWER FOR THIS TASK :(

2017-11-16 08:31:11 -0600 commented answer How to display multiple images in one window?

STILL LOOKING ANSWER FOR THIS TASK :(

2017-11-16 08:30:29 -0600 edited answer How to display multiple images in one window?

*STILL * looking answer for this task ? nobody cant help ???

2017-11-16 08:29:31 -0600 answered a question How to display multiple images in one window?

still looking answer for this task ? nobody cant help ???

2017-11-16 08:23:41 -0600 asked a question TRACK BAR in python

TRACK BAR in python I have issue with track bar. Can anybody give me blueprint of trackbar. As minimal 1 slider code as

2017-10-09 16:31:22 -0600 received badge  Student (source)
2017-10-09 02:53:10 -0600 marked best answer How to display multiple images in one window?

I load 1 image and display them in 2 separate windows , one is normal and other one is grayscale filtered. But i need to display them in 1 window , side by side. I made example image :

PICTURE

My Code itself is atmoment simple , but is there any simple way how display them in 1 window ?

C O D E :

**import numpy as np import cv2

image = cv2.imread("kuju.jpg") #Load image

aa = cv2.imread("kuju.jpg",0) #Apply filter bb = cv2.imread("kuju.jpg",1)

cv2.imshow("frame1",aa) #display in windows cv2.imshow("frame2",bb)

cv2.waitKey(0) cv2.destroyAllWindows()**

2017-10-09 02:53:10 -0600 received badge  Scholar (source)
2017-10-08 12:43:56 -0600 commented answer How to display multiple images in one window?

looks like im not only on who needs this in python

2017-10-08 12:43:10 -0600 commented answer How to display multiple images in one window?

any python version ?

2017-10-08 09:05:27 -0600 received badge  Editor (source)
2017-10-08 09:05:27 -0600 edited question How to display multiple images in one window?

How to display multiple images in one window? I load 1 image and display them in 2 separate windows , one is normal and

2017-10-08 09:04:54 -0600 asked a question How to display multiple images in one window?

How to display multiple images in one window? I load 1 image and display them in 2 separate windows , one is normal and