Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by Ilia Gildin

  1. I

    OPENCV Matrix double region extract

    Well I'll try to make it schematically (sorry for not having arrows here) 1. Find the contours of image using cascade of Canny + Watershed (WORKS FINE) 2. Extract the object contour using boundingRect with Canny-Watershed contours on the original image (WORKS FANTASTICLLY) 3. If the Extracted...
  2. I

    OPENCV Matrix double region extract

    Hello I have a huge code that doesn't really matter but I have my ROI of B2(boundRect1[i]) but if its larger then 36 pixels in length or height I have to crop it (resize does not help me as it is downgrade quality) when I try to "crop" this image I get an error or black image or image on the...
  3. I

    Opencv python code to C++ transfer

    No its not my work. I just want to understand watershade whats more I dont know python at all. And the c++ code is alot harder for someone who just started the subject. Or at least can you give me the varieble types I should use like mat or vector as I dont understand them very well as well as...
  4. I

    Opencv python code to C++ transfer

    Hello I want this opencv example to run on C: https://docs.opencv.org/3.3.1/d3/db4/tutorial_py_watershed.html Thanks in advance
  5. I

    Three phase motor control

    Hello I have this motor control system and I dont understand why on every transistor between the enitter and collector there is a diode?
  6. I

    Opencv matrix of vectors

    Hello #include <iostream> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/opencv.hpp> #include <thread> #include <concurrent_queue.h> #include <pipeline.h> #include <time.h> using namespace std; using namespace cv...
  7. I

    [ARM] STM32L152C DISCOVERY Board

    hello I have this learning board in my work and I need the C guide tutorial for it with al the C commands it can use (from the datasheet I understood it can use even C++ if you can find a guide for it to I will be grateful in the site: st.com/stm32l-discovery they only give how to configure the...
  8. I

    Cancel background Worker c sharp

    hello I have the following code private void button26_Click(object sender, EventArgs e) { button1.Enabled = false; button2.Enabled = false; button3.Enabled = false; button4.Enabled = false; button5.Enabled = false...
  9. I

    pic18f46k22 rs 232 comunication

    bsf PIE1,RC1IE ;interrupt of rs-232 received that the line where I suppose to receive the RC interrupt it should go to high priority interrupt due to bcf RCON,IPEN ;disable low priority interrupts but it doesn't why?
  10. I

    pic18f46k22 rs 232 comunication

    to send the same character it received. I tried it in another configuration when I send 0X30 and I expected to recieve the zero char in the text box in my Visual Studio program but it just stuck the visual studio program by it self works fine please help
  11. I

    pic18f46k22 rs 232 comunication

    Hi I wrote the following code to interface thrugh rs-232 ;****************************************************************************** ; * ; This file is a basic code template for code generation on the *...
  12. I

    Link office to visual studio c sharp

    hello I wrote the following code to read excel data using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Excel = Microsoft.Office.Interop.Excel; namespace uu...
  13. I

    Link excel 2007 to visual studio 2010

    Hello I find this tutorials https://www.youtube.com/watch?v=o2lzV9MKGBk https://www.youtube.com/watch?v=QGk_LMLsJzA but they don't work for me I will add my codes and full project to this post Please help me
  14. I

    visual studio c++ database

    hello I need a simple database tutorial. I use Visual Studio 2010 and I saw the DataSet object but I can't configure how to communicate with it especially how to choose cells to write to them sincerely yours Ilia
  15. I

    Visual Studio c++ office excel 2007 link

    hello I need my program to find the location of the number I will input in my excel sheet on the first column and return me the number next to it on the second column next to it thanks in advanced

Part and Inventory Search

Back
Top