Ask Your Question

arronlee's profile - activity

2014-04-23 22:27:03 -0600 answered a question Webcam image size

Hi,

Here are the code I have ever used to deal with the related image resizing projects:

Imports Yiigo.Image 

Namespace YiigoEvaluation
    Public Partial Class Form1
        Inherits Form
        Public Sub New()
            InitializeComponent()
        End Sub

        Private Sub button1_Click(sender As Object, e As EventArgs)
            Dim directoryName As String = "c:/YGDemo.png"
            Dim ygPic As YGPic = YGDoc.LoadDoc(directoryName)
            ImageManipulating.ResizePic(ygPic, 280, 280)
            YGDoc.PreserveDoc(ygPic, "c:/ygpicture.png", New PNGCreator())
        End Sub
    End Class
End Namespace

Or you can google it and select some manual imaging toolkit way of processing is simple and fast to help me with the related work. It will be better if it is totally manual and can be customized by users according to our own favors.Remember to check its free trial package first if possible. I hope you success. Good luck.

Best regards,

Arron

2014-03-05 21:17:16 -0600 answered a question display many images in single window in opencv

Thanks for sharing the code. But I wonder why not build a 3rd party web-based image viewer to help display many images in a single window. I am testing about another relevant manual imaging toolkits to help me with it. Do you have any ideas about it? Or any good suggestion? Thanks in advance.And I will try your code later.

Best regards, Arron

2013-10-27 23:21:57 -0600 received badge  Editor (source)
2013-10-27 23:20:29 -0600 answered a question how to read the document of opencv 2.4.4

I have never tried to read it in Opencv2.4.4. Can it be opened by using some PDF reader? I have only tried some free trials of the PDF viewer in vb.net. I am almost a green hand on this problem. And I want to employ one to help me with my work. Do you have any good suggestion? Thanks in advance.

Best regards, Arron