Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
B

Bishwajit Nepali

@Bishwajit Nepali
About
Posts
8
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# Project On Image Processing
    B Bishwajit Nepali

    Thnx but I did using the reference point .Thanks for ur suppoort

    C# csharp help question

  • Webcam Application
    B Bishwajit Nepali

    I am so sry about this . I want to draw an Roi over videosourceplayer of camera actually...

    C# graphics csharp linq help

  • Webcam Application
    B Bishwajit Nepali

    I want to draw a rectangle inside webcam application and I have built the camera where should I write the code to insert ROI please help me. My code:

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows.Forms;

    namespace Camera_app
    {
    public partial class Form1 : Form
    {
    Camera c;
    List<Bitmap> imag = new List<Bitmap>();
    public Form1()
    {
    InitializeComponent();
    c = new Camera(cbox1);

        }
    
        private void panel1\_Paint(object sender, PaintEventArgs e)
        {
    
        }
    
        private void button1\_Click(object sender, EventArgs e)
        {
            c.Connect(cbox1, pbox1);
    
        }
    
        private void button3\_Click(object sender, EventArgs e)
        {
            c.Disconnect();
        }
    
        private void button2\_Click(object sender, EventArgs e)
        {
    
            c.Capture(pbox2);
        }
    
        private void pbox2\_Click(object sender, EventArgs e)
        {
    
        }
    
        private void panel3\_Paint(object sender, PaintEventArgs e)
        {
    
        }
    
        private void panel3\_Paint\_1(object sender, PaintEventArgs e)
        {
    
        }
    
        private void pbox3\_Click(object sender, EventArgs e)
        {
    
        }
    
        private void panel5\_Paint(object sender, PaintEventArgs e)
        {
    
        }
    }
    

    }

    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Threading.Tasks;
    using System.Windows.Forms;

    namespace Camera_app
    {
    static class Program
    {
    /// <summary>
    /// The main entry point for the application.
    /// </summary>
    [STAThread]
    static void Main()
    {
    Application.EnableVisualStyles();
    Application.SetCompatibleTextRenderingDefault(false);
    Application.Run(new Form1());
    }
    }
    }

    C# graphics csharp linq help

  • C# Project On Image Processing
    B Bishwajit Nepali

    thank you every body for your suggestions. I am very greatful to you all

    C# csharp help question

  • C# Project On Image Processing
    B Bishwajit Nepali

    My final year project is to find the distance and height of image from camera(webcam). Is there some way in C# to find the angle of pointing image from the camera ? Please help me I have few time only

    bishwazeet

    C# csharp help question

  • About webcam application
    B Bishwajit Nepali

    I am trying to develoop an application in c# using Aforge.dll but please anyone give me some idea how to make object (edge detect) through webcam so that i can find approx origina length and breadth

    C# csharp tutorial

  • image processing
    B Bishwajit Nepali

    can anyone tell me how to bring picturebox in motion like marquee in html i,m new in omage processing/

    C# html tutorial

  • image processing
    B Bishwajit Nepali

    i want to develop 4*6,6*10 inches photo format in my application plz help

    C# help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups