-
Gave Reputation to rproffitt in Use HoughLines algorithms to detect square on an image
The above code did compile but is untested. What did ChatGPT produce? -
Gave Reputation to rproffitt in Use HoughLines algorithms to detect square on an image
Sorry no. This is code that is untested and just for giving you ideas about possible other solutions. -
Gave Reputation to rproffitt in Use HoughLines algorithms to detect square on an image
Here's an example I found on the web. It uses OpenCV and another method. Disclaimer: I don't know if this will work for your images or if it's good enough. … -
Created Use HoughLines algorithms to detect square on an image
I have used Magick.NET to detect all the edges using Canny Edge Detection which basically converts an image to a binary version where the edges are in white and the … -
Began Watching Use HoughLines algorithms to detect square on an image
I have used Magick.NET to detect all the edges using Canny Edge Detection which basically converts an image to a binary version where the edges are in white and the … -
Edited How to use Emgu CV InPaint function to reconstruct image without logo
I have tried the following code to reconstruct image without logo by first converting the image to a binary inverse where the logo appears to be white and the rest … -
Edited How to use Emgu CV InPaint function to reconstruct image without logo
I have tried the following code to reconstruct image without logo by first converting the image to a binary inverse where the logo appears to be white and the rest … -
Edited How to use Emgu CV InPaint function to reconstruct image without logo
I have tried the following code to reconstruct image without logo by first converting the image to a binary inverse where the logo appears to be white and the rest … -
Created How to use Emgu CV InPaint function to reconstruct image without logo
I have tried the following code to reconstruct image without logo by first converting the image to a binary inverse where the logo appears to be white and the rest … -
Began Watching How to use Emgu CV InPaint function to reconstruct image without logo
I have tried the following code to reconstruct image without logo by first converting the image to a binary inverse where the logo appears to be white and the rest … -
Replied To a Post in Require pattern or password when user attempts to shutdown device from lock
I have a Galaxy A10 and I tried holding the power button long enough for the device to go off but it did not. Samsung are really good at this -
Created Require pattern or password when user attempts to shutdown device from lock
Hey guys is there a way to intercept shut down to make the user enter password if the state is in the locked state? Its just that I am engineering … -
Began Watching Require pattern or password when user attempts to shutdown device from lock
Hey guys is there a way to intercept shut down to make the user enter password if the state is in the locked state? Its just that I am engineering … -
Replied To a Post in C++ OBJECT ORENTED PROGRAMING
Hello I can help you figure out what to do, I can help you and maybe grab a cup of coffee. Here is my email njirutimothy@gmail.com. No one is an … -
Began Watching C++ OBJECT ORENTED PROGRAMING
Please can some one help me with this program using functions, arrays, if statement and loops to develop a c++ source files that will be called CLASS LIST . this … -
Created How to implement Infocards using interfaces in dotnet?
Hello guys am trying to implement Info Cards using the IInfoCard and IInfoCardFactory and IInfocards interfaces. If you know how to complete the methods of these interfaces to make a … -
Began Watching How to implement Infocards using interfaces in dotnet?
Hello guys am trying to implement Info Cards using the IInfoCard and IInfoCardFactory and IInfocards interfaces. If you know how to complete the methods of these interfaces to make a … -
Replied To a Post in Why my form does not pass parameters to my controller?
Reopening the project in Visual Studio and try to see if your suggestions will work, will update you if everything works -
Edited How to add firebase database to Xamarin android app
Hey guys, I am trying to upload text entered by a user of my app in an edit text to a google firebase application. Tried to find some reference online … -
Edited How to add firebase database to Xamarin android app
Hey guys, I am trying to upload text entered by a user of my app in an edit text to a google firebase application. Tried to find some reference online … -
Created How to add firebase database to Xamarin android app
Hey guys, I am trying to upload text entered by a user of my app in an edit text to a google firebase application. Tried to find some reference online … -
Began Watching How to add firebase database to Xamarin android app
Hey guys, I am trying to upload text entered by a user of my app in an edit text to a google firebase application. Tried to find some reference online … -
Created Why my form does not pass parameters to my controller?
Hey guys am trying to pass values entered by a user in a form to an **ASP.NET** controller for processing to a database context. I do not know why the … -
Began Watching Why my form does not pass parameters to my controller?
Hey guys am trying to pass values entered by a user in a form to an **ASP.NET** controller for processing to a database context. I do not know why the … -
Edited Why my ASP controller is returning a null Model
Good morning everyone, I have an MVC projet in ASP.NET and I got a little problem with the project, when I run the main **program.cs** script it breaks and says … -
Created Why my ASP controller is returning a null Model
Good morning everyone, I have an MVC projet in ASP.NET and I got a little problem with the project, when I run the main **program.cs** script it breaks and says … -
Began Watching Why my ASP controller is returning a null Model
Good morning everyone, I have an MVC projet in ASP.NET and I got a little problem with the project, when I run the main **program.cs** script it breaks and says … -
Replied To a Post in SQLite query to return records earlier than a certain year?
Andrisp, it worked thanks a lot. -
Created SQLite query to return records earlier than a certain year?
I am trying to come up with an SQL query to return all the records earlier than a certain year with SQLite using DB Browser. I can't seem to come … -
Began Watching SQLite query to return records earlier than a certain year?
I am trying to come up with an SQL query to return all the records earlier than a certain year with SQLite using DB Browser. I can't seem to come … -
Replied To a Post in Why is my ASP route returning no data
Okay, trying that out in a moment, though I found this on the web , its the programmati way of mapping the route to a return string? app.MapGet("/api/databases", () =>new … -
Created Why is my ASP route returning no data
Helllo guys am trying to build my first ASP.NET application here and I have a **Models** folder and **Controllers** folder. The models folder contains the class for an entity called … -
Began Watching Why is my ASP route returning no data
Helllo guys am trying to build my first ASP.NET application here and I have a **Models** folder and **Controllers** folder. The models folder contains the class for an entity called … -
Replied To a Post in How to access bluetooth adapter on windows with C#
Okay, from the mesage, it is clear that the adaper is returning null, could it ne am issue with windows or code may worok on a different system? -
Created How to access bluetooth adapter on windows with C#
Hello guys, am trying to access the windows in-built adapter from C# library known as Bluetooth LE (Low Energy). I have installed the nuget package and when I try to … -
Began Watching How to access bluetooth adapter on windows with C#
Hello guys, am trying to access the windows in-built adapter from C# library known as Bluetooth LE (Low Energy). I have installed the nuget package and when I try to … -
Created Traverse binary tree with recursion and number of nodes
Is there a way to print out numbers for pre-order, post-order and in-order traversals of trees using just recursion and a number. The trees are binary and n is the … -
Began Watching Traverse binary tree with recursion and number of nodes
Is there a way to print out numbers for pre-order, post-order and in-order traversals of trees using just recursion and a number. The trees are binary and n is the … -
Created Face Detection using PCA in C#
Am trying to implement face detection using the PCA algorithm in C#,I have a button on my windows forms that is supposed to intitiate the learning process once it is … -
Began Watching Face Detection using PCA in C#
Am trying to implement face detection using the PCA algorithm in C#,I have a button on my windows forms that is supposed to intitiate the learning process once it is … -
Created Remove non letters characters from a string but leave alone the spaces(C#)
Am working on a decipher algorithm that is supposed to take a string input of en english sentence flipped backwards and contains numbers, spaces and delimiters. I got code that … -
Began Watching Remove non letters characters from a string but leave alone the spaces(C#)
Am working on a decipher algorithm that is supposed to take a string input of en english sentence flipped backwards and contains numbers, spaces and delimiters. I got code that … -
Created parse string for integers and add to an integer array
i have a script in clojure that can read a string of integers separated by commas from a file..the scrip is succesful and reads the line from the file as … -
Began Watching parse string for integers and add to an integer array
i have a script in clojure that can read a string of integers separated by commas from a file..the scrip is succesful and reads the line from the file as … -
Created list all the elements that pecede a certain element in python array
I have an array in python that has letters as strings and a comma as a string also. I have managed to find code that finds all the letters that … -
Began Watching list all the elements that pecede a certain element in python array
I have an array in python that has letters as strings and a comma as a string also. I have managed to find code that finds all the letters that …
The End.