Content-based image retrieval - asp.net

I want to store scanned images into the database. If I get a new image, I want to search the database to to find similar images and show the most similar one.
Can someone give me a hint where I can find the documentation for the methods necessary for that?
Thank you.

There is nothing built into the BCL that will do that for you.
Take a look at Emgu CV:
Emgu CV is a cross platform .Net wrapper to the Intel OpenCV image processing library.

Related

Can Firebase ML Kit be used to detect how likely a photo contains an object present into another photo?

I would like to implement a webcrawler that would be able to, given a photo of an object, search for it in a specific website.
I'm looking into Firebase ML Kit to do the job, more specificaly the Objects detection section but it is still unclear to me if that would be the right tool.
Anyone knows how could I implement that?
Comparing photos (or searching for photos) is not a use-case that ML Kit offers a pre-built model for.
The closest I can think of is running the ML Kit label extraction model on both images, and then checking if both return the same label(s). But even then you need to have all photo's locally already.
If you want something closer, you'll have to build a model yourself. But even then, you're likely going to need to build an extensive web service that searches web sites and pre-labels a lot of images.

Reporting in Rhapsody

I can't find the reports plus in my Rhapsody v8.1.2 x64
anybody knows the reason.
I also need to make custom profile to generate documents out of the design. I am thinking of using the ModelBasedDocumentGeneration profile but I can't find any help how to use it.
I'd appropriate if any one can recommend something (materials or another way to make the reports)
P.S. I don't have Rational Publishing Engine
This is one of the missing features in the 64 version according to this link:
http://www-01.ibm.com/support/docview.wss?uid=swg27038779

ASP.NET UI Generation

I'm Looking for some samples (will be better if they are open source) that enabling Programmer to Generate UI from Database.
I want to review them for the framework that i want to develop for myself.
Already i reviewed ASP.NET Dynamic Data and Nettiers.
Also i welcome your suggestions , tips , comments.
Have a look at a project I'm about to release, CodeGenerator. There is a sample project which illustrates how you can use CodeGenerator to quickly generate an entire administrative site. Have a look and let me know your thoughts.
BTW, this is just a small example of what CodeGenerator can do.
While perhaps not directly what you may want, have a look at Entity Framework Code First to let the code drive the DB model and it works well with existing databases.
Then with MVC you could use MVCScaffolding to generate your views but in this case it uses the Models not the DB directly.
It's a slightly different way than you might be looking for but it is still worth a look to help you as you look at this.

MPXJ - get ResourceAssignment baseline values

I'm trying to display the Baseline Start, Finish, Cost, and Work values for a ResourceAssignment, but cannot seem to find any methods on the ResourceAssignment object that would provide this information. Anybody know if this is possible?
I know the information is stored because I can see it in MS Project, and I can see it in the XML version of the project file. Just can't see in the API where to get access to it.
In case anybody cares, Jon has fixed this in the latest version of the MPXJ source code. You can see the bug request here.

Graphical representation of data in flex

I am a newbie in flex.
Latest task is to generate a graph or a netwrok based on the data input.
What is the best way to do it. Also when clicked on a node of a network it should show the associated data with that node.
Hope to get some help soon!
Thanks,
Kartik
You need to get a license to flex builder pro to use the Flex Graphing components. You can see what components are available with example code from this link
http://examples.adobe.com/flex3/componentexplorer/explorer.html
Open the data visualization folder to get to the charts.
You could also try:
http://www.fusioncharts.com/

Resources