TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Csharper Guy
NA
4
861
Bitmap Define problem
Feb 13 2020 12:38 PM
i am trying to learn emguCV --
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing.Printing;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Emgu.CV;
using Emgu.CV.Structure;
namespace WindowsFormsApp1
{
public partial class Form1 : Form
{
Image
imgInput;
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
OpenFileDialog dialog = new OpenFileDialog();
if (dialog.ShowDialog() == DialogResult.OK)
{
imgInput = new Image
(dialog.FileName);
pictureBox1.Image = imgInput.Bitmap;
}
}
}
}
But they will not define my bitmap what i do wrong=?
Reply
Answers (
1
)
get TOTAL of all textbox enteries in a single textbox
Live Scale in MAGELLAN 8500XT