<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Amped Blog</title>
	<atom:link href="http://blog.ampedsoftware.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ampedsoftware.com</link>
	<description>Development news, samples and howtos about the ultimate forensic image processing software</description>
	<lastBuildDate>Mon, 30 Jan 2012 10:00:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Forensic Image and Video Analysis: The complete workflow.</title>
		<link>http://blog.ampedsoftware.com/2011/11/09/forensic-image-and-video-analysis-the-complete-workflow/</link>
		<comments>http://blog.ampedsoftware.com/2011/11/09/forensic-image-and-video-analysis-the-complete-workflow/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 16:12:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cases]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=237</guid>
		<description><![CDATA[Amped Software is a pretty young company, but we have had the opportunity to work on almost 400 cases. We are mostly focused on software development, but from time to [...]]]></description>
			<content:encoded><![CDATA[<p>Amped Software is a pretty young company, but we have had the opportunity to work on almost 400 cases. We are mostly focused on <a href="http://ampedsoftware.com/five">software development</a>, but from time to time, we are asked to work as expert witnesses for some major cases or we are asked by our customers to help them by evaluating (more or less informally) their material and providing some consultation.  These external cases have allowed us to see that there are steps that are commonly missed and others that are rarely taken into account in practical forensic video analysis.</p>
<p>Today, speaking to an agency about a potential project, I realized just how broad and complex the complete workflow process is for our (and our users) job.</p>
<p>If we think about all the tasks related to analysis, it can be really overwhelming.  To stay on point, I usually list on paper all the possible steps we need to take to do a really complete analysis.  This way, I can stay organized and minimize the possibility of skipping or missing steps.  Also, if I do have to go to court, I have my outline that serves the basis of my presentation.</p>
<p>We always need to remember that our job doesn&#8217;t start and end with viewing and enhancing a video.  It&#8217;s more complex: we must ID the data, decode it properly, document the process, compare it with other material, and then go to court.  Since digital data is really just a collection of bits, we outline our process around working with these bits and answering key questions relating to what we need to do with the bits.</p>
<h2>Step 1. Retrieve the data: get the bits!</h2>
<p>This step may be most important and can be very complex and critical for evidence integrity.  Unfortunately, this is generally not done by us, or by those who know to take the care to document the steps.  Worst case (which seems to be the most common for police investigators), the original evidence is gathered by a patrol officer who is the first on the scene.  A low-res copy of an original is output to a disk or thumb-drive, and the original DVR is left to be copied over by the next day&#8217;s footage.  This happens far too frequently, and gets everyone off to a pretty bad start.</p>
<p>Another way we may get the data is if it comes from our colleagues on the digital forensics side of things. If they are meticulous and take the steps necessary to document their process, we can be in a good position to start.  It seems that often we start working on a video burned on DVD or on some images we receive by email, however we need to be conscious and document the previous steps, which may be, for example:</p>
<ul>
<li>Analyze a disk image for complete and deleted files</li>
<li>Export a video from a DVR</li>
<li>Copy a file from an hard disk</li>
<li>Capture a video from an analog device (e.g. VHS)</li>
</ul>
<p>Even a simple operation like a copy should be done in the most scientifically relevant way by verifying hash codes and so on.</p>
<p>For police investigators working in the real world case of evidence gathered by a non-scientific responder, with a little better communication, training, and diplomacy; the situation can be improved.  Let them know what you need them to gather, document, and what instructions to leave with the video source (like don&#8217;t copy over the DVR drive!!!) At the very least have them know to call you if they have any questions.</p>
<h2>Step 2. Decoding the data: what are these bits?</h2>
<p>Now that we have the bits, we must get something from them to analyze. If we have some plain video files, it is not a big problem, given we have the proper codecs. Since there are hundreds of proprietary video files out in the wild, that in itself may turn into a challenge.  To determine which approach we take, we need to know what we are looking at.  This step generally defines the challenges that we may be facing:</p>
<ul>
<li>We have a disk image and we need to reconstruct images and videos, even the ones that may have been deleted (this is common in child pornography cases, for example).</li>
<li>We have a dump of a DVR drive and don&#8217;t know how the data is encoded.</li>
<li>We have an export of surveillance footage, but the video is in a proprietary format (a very common situation).  Far too often the video player given by the system producer is full of bugs, unusable, incompatible with modern versions of Windows and videos can&#8217;t be properly exported.</li>
</ul>
<p>With this step, we may need to do some research to really define what we need to complete the job.  Do we need to focus first on data recovery?  Do we need to find a better decoder?  Do we need to find a better player for the video or means to export it properly?</p>
<p>Sometimes, this is an easy step, other times it is far more difficult and time consuming.  Remember, this is a scientific pursuit and science sometimes can&#8217;t be rushed.</p>
<h2>Step 3. Finding the useful data: where are the right bits?</h2>
<p>At this step we should be able to view the videos or the images, but we need to find the right ones! Two examples of what we may face may be:</p>
<ul>
<li>Finding images of interest in a large database</li>
<li>Looking for an event of interest in hours and hours of video</li>
</ul>
<p>This step can be helped with communication from other team member working on this case.  For most cases, the basic thing we need to understand is: what happened, and when did it happen? And of course, technology may help too, with technologies such as video content analysis and face recognition.</p>
<h2>Step 4. Finding the source of data: where do these bits come from?</h2>
<p>Depending on the situation we may need to understand how the original files have been generated. With some generalization this may be called image ballistics. Understanding the type of file and the source can help us understand several things in a case. Some analysis that may be done could be:</p>
<ul>
<li>Identify the type of source (digital camera, scanned image, computer generated&#8230;)</li>
<li>Identify the camera model used for taking the picture</li>
<li>Identify the specific device that has taken the picture</li>
</ul>
<p>We need to document the source so that we can maintain the integrity of our evidence.  This will help us if we have to go to court later.</p>
<h2>Step 5. Verify the integrity of the data: has someone tampered with the bits?</h2>
<p>At this point we may be interested in understanding if we can trust the data we have gathered.  Is there a probability that someone altered it?  This can be done on various levels.</p>
<ul>
<li>Verify if the file the file has been manipulated, for example altering the metadata</li>
<li>Verify if the image has been manipulated, for example converting the format, resizing or cropping it</li>
<li>Verify if the content has been manipulated, for example removing or adding a subject</li>
</ul>
<p>Tampering is becoming more commonplace.  It can be done innocently (like converting formats from original to a low-res media file) or purposeful &#8220;photoshopping&#8221; to manipulate facts.  In this digital age, it is something that we need to address.  This is why anyone who has ever spoken to anybody here at Amped will attest to something that we always emphasize: Work with an original if possible.</p>
<h2>Step 6. Estimate the quality of the data: do we have enough bits?</h2>
<p>At this point we can see something in the image, but we must understand if the quality is enough for our purposes. For example, if we see a car, are able to read the license plate?  Or if we have a face, do we have enough pixels for a reliable identification?</p>
<ul>
<li>Does the image effectively contains the information we need (e.g. the license plate has enough pixels)?</li>
<li>If not, can the information be recovered or viewed better with image enhancement or image restoration techniques?</li>
<li>What are the specific defects in the image? Can they be recovered?</li>
</ul>
<p>Technical knowledge and experience is very important to estimate quickly if we have enough quality or not. It is not always easy to estimate the minimum quality to get useful results.  A shortcut with things like faces and license plates is zooming in and counting pixels.  If you only have six or eight pixels to draw all the characters in a license plate, the probability of success is pretty low here.</p>
<h2>Step 7. Enhance the data: get out the good bits!</h2>
<p>Once we have identified the problems affecting the images or videos, given the right tools (<a href="http://ampedsoftware.com/five">Amped FIVE</a>, obviously), we can enhance and restore the data. This step is actually pretty vast, and can involve processes like:</p>
<ul>
<li>Image enhancement techniques: emphasize (or reduce) some features of interest of the image (contrast enhancement, histogram equalization, sharpening&#8230;)</li>
<li>Image restoration techniques: understand the mathematical model of a known disturb and try to invert the model to recover the image without the defect (deblurring, Fourier filtering, frame integration&#8230;)</li>
</ul>
<p>For us hardcore video enhancement people, this is the most fun part of the process.  It does involve a bit trial and error, but it is at least the fun part.  While no one can guarantee the great results found with Hollywood magic on the CSI shows, we can often see some <a href="http://ampedsoftware.com/samples">amazing results</a>.</p>
<p>One thing that is really important to remember in this step is documenting the enhancement process.  Amped Five Professional and On Demand do this automatically, so you have documentation to take to court.  General purpose software does not usually provide enough tools for this issue.</p>
<h2>Step 8. Analyze and compare the data: what do the bits represent?</h2>
<p>This is where you see what you have gained.  The enhancement step would be useless if there&#8217;s no improvement to the content of the image so we can understand and classify it. In this step you can do the following:</p>
<ul>
<li>Compare a face in two different images</li>
<li>Compare a face with a known subject</li>
<li>Read the license of a vehicle</li>
<li>Identify the place where a picture is take</li>
<li>Measure the height of a subject</li>
<li>Find the corresponding fingerprints in a database</li>
</ul>
<p>If you don&#8217;t get the results you need, you can go back and repeat the steps until you do; or you determine that you can&#8217;t get what you need with the data provided.  Again, this is a scientific process and should be left without emotion.  I know it is too easy to get bent out of shape over a ton of work without results; but that is sometimes the cards that are dealt.</p>
<h2>Step 9. Validation: did I get the right bits?</h2>
<p>Validation isn&#8217;t just focused on the quality of the result.  It is also about the quality of the process used to gain the result.  We must always maintain that the techniques used must be valid both from the scientific point of view and follow a procedural set of standards accepted by the courts that have jurisdiction over what we are doing.  This is extremely important for the verification of image integrity and for documenting the enhancement workflow.</p>
<p>A few things to consider are:</p>
<ul>
<li>State of the art techniques must be validated by peer review and accepted by the scientific communities.</li>
<li>The results must be scientific and repeatable.</li>
<li>A detailed audit trail must be kept to explain how we go from the original image to the enhanced one.</li>
</ul>
<p>This may be seen (and actually is) as manipulation of evidence, and thus we must be able to justify it properly from the scientific point of view.  In this case, documentation is key.</p>
<h2>Step 10. Presentation: I&#8217;ll show you the right bits!</h2>
<p>Getting the results it&#8217;s not enough. You must explain them to the court and the jury: you must be able to make them understand and accept the techniques you used. Scientists, engineers, attorneys and normal people speak different languages. It is really important to organize any facts you present with the idea that you must explain the terms you use in your context, be clear and open.</p>
<p>A good defense attorney/prosecutor will try to trip you up with the &#8220;has this image been photoshopped?&#8221; question and questions about certainty, possibility, etc. That is their job, and frankly would you respect them if they didn&#8217;t ask tough questions? An attorney isn&#8217;t a scientist.  The courtroom is a stage and the attorneys are actors.  Their questioning tends to be less focused on science, more focused on emotion.  In court, emotions are often charged and an attack on your process can be presented as a personal attack with the idea to get you to deviate from facts.  That is the game-plan for attorneys when they can&#8217;t debate the facts.</p>
<p>The key to overcoming this type of questioning is to document your workflow and stick to the science. Remember I mentioned organization?  Again, I mention that this is scientific and a scientific process; but it has to be explained to non-scientific people.   Can you present the facts of the case and explain the science in plain language?  If you are organized, clear, and concise this will help.  At the very minimum, you need to show:</p>
<ul>
<li>The original.</li>
<li>Where it came from.</li>
<li>How you got it.</li>
<li>What steps were taken to get the result.</li>
<li>How that result relates to the case.</li>
<li>What scientific methods were used to validate the process.</li>
</ul>
<p>It&#8217;s not an easy task, as very often complex matters are oversimplified to be understood by laymen and at the end of the day the work of the expert witness can amount to nothing.</p>
<h2>The bottom line</h2>
<p>You may not use all of these steps in all cases.  Often, you may work as a team and only concentrate on a couple of them.  Again, the point to drag away from this whole outline of workflow is organization and methodology of your process.</p>
<p>Depending on what we are working with, we may not formally define these steps so clearly.  Critical and systematic thinking are really the foundation for what we do.  When documenting the workflow, I am reminded daily of the old Gen. Dwight Eisenhower maxim: &#8220;those who fail to plan, plan to fail&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/11/09/forensic-image-and-video-analysis-the-complete-workflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amped FIVE, forensic video analysis software, opens high tech crime fighting tools to all budgets.</title>
		<link>http://blog.ampedsoftware.com/2011/10/11/amped-five-forensic-video-analysis-software-opens-high-tech-crime-fighting-tools-to-all-budgets/</link>
		<comments>http://blog.ampedsoftware.com/2011/10/11/amped-five-forensic-video-analysis-software-opens-high-tech-crime-fighting-tools-to-all-budgets/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 17:21:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[New features]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=224</guid>
		<description><![CDATA[We are happy to announce a real innovation and breakthrough in our products &#8211; Affordability.  Most of our blog posts show how well our software can be used to solve [...]]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce a real innovation and breakthrough in our products &#8211; Affordability.  Most of our blog posts show how well our software can be used to solve cases, work with different types of problems, etc.  What we have found is that there are so many agencies and departments that read our blog and feel like the dog looking though the butchershop window &#8211; the need is there, but the means to aquire or products are lacking.  Heck, we know it&#8217;s tough out there.  At a recent trade show, we met a couple of officers from a small town department that had to buy their own cars for patrol.  Buying your own gear is OK, but cars?</p>
<p>We decided that we can and should make our Amped FIVE Professional forensic video enhancement software more accessible to our customers. We Amped FIVE On Demand makes this happen. With contract and pay-as-you-go subscription plans that go from one week to three years, now Amped FIVE is affordable for the major crime labs, large municipalities and government agencies; and for smaller agencies, local police units, and independent expert witnesses.</p>
<p>With contract plans starting at just $450 per month, you don&#8217;t have to moonlight as a grant researcher just to get essential equipment.  We&#8217;re ready to help you get started with Amped FIVE so you have the tools you need to do your job.  You can view our plans <a title="here" href="https://ampedsoftware.us/subscribe.php" target="_blank">here</a>.</p>
<p>&nbsp;</p>
<blockquote><p>Oct 10,2011 &#8211; Las Vegas, Nevada/ Trieste, Italy -</p>
<p>Amped FIVE On Demand video enhancement software offers all of the features of the company&#8217;s market leading Amped FIVE Professional, but in a budget friendly package with weekly, monthly, or annual subscription options. With its revolutionary technology, Amped FIVE On Demand forensic software gives law enforcement professionals a complete set of tools for video, images, as well advanced features and filters in one affordable package.</p>
<p>Martino Jerian, Amped CEO, said &#8220;The greatest challenge facing our law enforcement customers used to be the criminals. Today it is their budgets and cuts to the budget. We have had hundreds of agencies ask for this type of program who need our software to do their job. We now can provide the tools and technology that they need at a price that they can afford. When you consider all of the capabilities of Amped FIVE Professional and take away the barrier that the standard license cost creates for many agencies and cities today; you have an unbeatable combination of features and value with Amped FIVE On Demand forensic video analysis.&#8221;</p>
<p>&#8220;We offer Amped FIVE On Demand video enhancement software with both annual contract pricing and either a one week or one month no contract program.&#8221; Added E.J. Ord, Amped Software North America&#8217;s Director of Sales for Military and Law Enforcement. &#8220;Our contract pricing allows an agency to utilize Amped FIVE as an operating expense, rather than capital outlay for as little as $450 per month. That only amounts to around $15 a day. A further bonus in affordability is that the pricing is all-inclusive with updates and support, so our users are always up to date and do not have to worry about future costs for upgrades or tech support. We also decided to offer the one week or one month no-contract pricing to help those agencies who either need flexibility or to be utilized by private investigators, security professionals, forensics labs, or professional witness that bill their clients for expenses.&#8221;</p>
<p>Amped FIVE On Demand forensic video analysis subscriptions are available now in the U.S. and Canada and will be available soon worldwide with pricing in either US Dollars or Euros depending on the customer&#8217;s location.</p>
<p>About Amped Software<br />
Amped is an award winning dynamic company specialized in developing software solutions for image and video processing for forensic and investigative applications. With strategic partners across the world, Amped strive to exceed the ever-evolving requirements and anticipate the needs of our customers. With customers in the law enforcement, military, and forensics sector, Amped has become the first choice for professionals who need to get results quickly. Amped is a partner for Milestone Systems, which is the global leader for open platform IP video surveillance camera control software.</p>
<p>For more information please contact:<br />
Martino Jerian, CEO, Amped SRL Tel: +39 040 3755333<br />
E.J. Ord, Director of Sales, MIL/LE, Amped Software North America Tel: (866) 547-0099<br />
www.ampedsoftware.com</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/10/11/amped-five-forensic-video-analysis-software-opens-high-tech-crime-fighting-tools-to-all-budgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The advantages of using a specialized forensic image processing software</title>
		<link>http://blog.ampedsoftware.com/2011/09/30/the-advantages-of-using-a-specialized-forensic-image-processing-software/</link>
		<comments>http://blog.ampedsoftware.com/2011/09/30/the-advantages-of-using-a-specialized-forensic-image-processing-software/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 07:44:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=210</guid>
		<description><![CDATA[Despite being successful also for many other applications, Amped FIVE has been specifically designed for forensic specialists and law enforcement groups working mainly on video footage  from video-surveillance. What&#8217;s the [...]]]></description>
			<content:encoded><![CDATA[<p>Despite being successful also for many other <a href="http://ampedsoftware.com/applications" target="_blank">applications</a>, Amped FIVE has been specifically designed for forensic specialists and law enforcement groups working mainly on video footage  from video-surveillance.</p>
<p>What&#8217;s the traditional approach for working with surevillance video?</p>
<ol>
<li>A crime happens</li>
<li>If there are CCTV cameras in the neighborhood go there and pick up the videos of interest along with the proper player</li>
<li>If the video has some good quality frames of for the purpose of person or vehicle identification, we save it as image for further investigations</li>
</ol>
<div>Now, what if there are no good frames at all? In many cases the video will be rejected without trying anything, even if some basic image processing could lead to gathering some worthwhile evidence. This apprach leads to ignoring evidence that could have helped to identify the perpetrator of the crime.</div>
<div><span style="text-decoration: underline;">So far, one more case unsolved.</span></div>
<div>On the other side, if someone has the technical skills to try something it, it usually follows a pretty confused workflow that can consist of the time consuming tasks of:</div>
<div>
<ol>
<li>Exporting the proprietary video to a standard format.</li>
<li>Importing and exporting between different image and video formats, since there are functions usually do-able only (or easily) with either specific video or specific image processing software. So, for example, you first extract a video, from that you grab a frame and load it in Photoshop, plus some other software or a Matlab script for some specific purpose.  The evidence can get lost in the workflow because how do you easily document what you have done?</li>
</ol>
<div>This problem is big and growing. As the number of videos and images to investigate is always increasing and the quality is almost always never good enough. Furthermore, different common defects are usually combined together and, using this approach, have to be sorted one at a time. Investigators usually spend hours:</div>
<div>
<ul>
<li>Trying to understand the problems</li>
<li>Searching and trying tools and ways to solve the problems</li>
<li>Converting, importing and exporting files</li>
<li>Trying to document properly the process to the court</li>
<li><strong>Very often with few results and little scientific value</strong></li>
</ul>
</div>
<div>If you don&#8217;t have the right tools for the job, this leads to the following consequences:</div>
<div>
<ol>
<li><span style="text-decoration: underline;">Fewer cases solved.</span></li>
<li>Evidence is thrown out as inadmissable.  If the processing actually leads to something, the use of a poorly defined stack of loosely integrated tools is <span style="text-decoration: underline;">very difficult to sustain in court</span>.  Can you easily explain your work process to the DA?  Can the defense show all the holes and weaknesses?</li>
<li>Time is wasted and few case can be solved due to the time wasted to switch continuously between programs</li>
</ol>
<div>This is why we developed Amped FIVE.  Choosing the <a href="http://ampedsoftware.com/five" target="_blank">right forensic image processing software</a> allows investigator to:</div>
</div>
</div>
<ol>
<li>Work in one program for both images and videos.  The same interface and you can always work with the original.  No extra rendering or conversion steps and loss of resolution.</li>
<li>Have all the needed filters both for common and less common cases = <span style="text-decoration: underline;">M</span><span style="text-decoration: underline;">ore crimes solved</span></li>
<li>Employ a coherent workflow <span style="text-decoration: underline;">specifically designed for forensic needs</span> and documenting evidence for the courtroom.  You can be confident that your work is valid from the scientific point of view</li>
<li><span style="text-decoration: underline;">Save time and money</span>: A single software program with all the needed tools allows to easily save 90% of the time in common cases. Even if the quality is too bad to get anything, you have lost minutes, not hours or days, and you are sure to have tried all the possibilities.</li>
<li>Bottom line: Solve more cases.  When promotion time rolls around, who looks at the numbers? You know who!</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/09/30/the-advantages-of-using-a-specialized-forensic-image-processing-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amped Five available in French</title>
		<link>http://blog.ampedsoftware.com/2011/09/20/amped-five-available-in-french/</link>
		<comments>http://blog.ampedsoftware.com/2011/09/20/amped-five-available-in-french/#comments</comments>
		<pubDate>Wed, 21 Sep 2011 03:52:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[New features]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=200</guid>
		<description><![CDATA[We are pleased to announce the availability of our Amped FIVE forensic image processing software in one more language. The new French version will make even easier for many of our [...]]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce the availability of our <strong>Amped FIVE</strong> forensic image processing software in one more language.</p>
<p>The new <strong>French</strong> version will make even easier for many of our users to work with our software.</p>
<p>Amped FIVE is the only forensic image and video analysis software designed fro global markets and available in multiple languages: the currently supported localizations are English, Italian, Polish, French and Chinese. This only one advantage of using FIVE. You can check all the most important facts <a href="http://ampedsoftware.com/why-five">here</a>.</p>
<p>We are planning even more localized versions, the priority will be decided by customer interest.  Please <a href="http://ampedsoftware.com/contacts">contact us</a> to let us now!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/09/20/amped-five-available-in-french/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some thoughts on analog video tampering</title>
		<link>http://blog.ampedsoftware.com/2011/08/03/some-thoughts-on-analog-video-tampering/</link>
		<comments>http://blog.ampedsoftware.com/2011/08/03/some-thoughts-on-analog-video-tampering/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 12:58:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cases]]></category>
		<category><![CDATA[analog video]]></category>
		<category><![CDATA[forensic]]></category>
		<category><![CDATA[tampering]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=95</guid>
		<description><![CDATA[Despite all the hype over digital technologies, anyone who works in forensics and video surveillance knows very well that analog video is still alive. It’s dying, of course, but sometimes [...]]]></description>
			<content:encoded><![CDATA[<p>Despite all the hype over digital technologies, anyone who works in forensics and video surveillance knows very well that analog video is still alive. It’s dying, of course, but sometimes you will still have to digitize old VHS for two reasons:</p>
<ul>
<li>The source is a surveillance VCR that is still working (it hasn’t been replaced yet)</li>
<li>The source is from an old case (I’ve been found myself working on cases spawning from the eighties to yesterday)</li>
</ul>
<p>Of course, it does not happen often (at least to me) to work in VHS;  but it happens.  I’m usually happy since it sometimes leaves more room for processing than super compressed digital videos so widely used today.</p>
<p>However, in this post I will speak of a more specific thing related to analog: tampering.</p>
<p>In the last year I’ve been working on three forensic cases where there was the strong suspicion of working on video material that was not original. The interesting thing was that all of this cases the suspicion was confirmed to be true. The cases were very different: in one case I had some avi and audio files, in one case a MiniDV cassette (digital), and in another case a VHS tape.</p>
<p>In every single case we found proof that we were not working on original material but on something that has been (accidentally or on purpose) manipulated. Considering that with today’s technologies it is very easy and cheap to do some image and video manipulation – and two of the three videos were already digital – I still feel stroked that in all these three cases the manipulation has been done by analog techniques. And I don’t mean using professional grade hardware, but simply connecting two devices with an analog cable and controlling the playback and the recording devices by their control buttons.</p>
<p>The techniques used to discover this were very different and (maybe) the subject of some new post.  Some required writing specific software.  In others the tampering was apparent by simply looking at the videos.</p>
<p>What’s the lesson here? Never think: “They couldn’t have been doing that!”   They will do it: once, twice and even three times. There are things that an expert would see and dismiss as a method too stupid and obvious to fake evidence.  From what I have just seen, you should never exclude any possibility even if it sounds too ridiculous to be true.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/08/03/some-thoughts-on-analog-video-tampering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amped Five introduction video</title>
		<link>http://blog.ampedsoftware.com/2011/08/01/amped-five-introduction-video/</link>
		<comments>http://blog.ampedsoftware.com/2011/08/01/amped-five-introduction-video/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 17:36:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=187</guid>
		<description><![CDATA[We&#8217;ve just uploaded to YouTube two new videos, which show a quick introduction on how to work with Amped Five in some common cases. These videos are in Italian, and the [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just uploaded to YouTube two new videos, which show a quick introduction on how to work with Amped Five in some common cases. These videos are in Italian, and the English version should be added soon.</p>
<p>Part 1.</p>
<p>Topics covered:</p>
<ul>
<li>restoring a dark license plate with frame integration and stabilization</li>
<li>deblurring a license plate</li>
<li>deblurring a face</li>
<li>enhancing a face behind a glass window</li>
</ul>
<p><a href="http://blog.ampedsoftware.com/2011/08/01/amped-five-introduction-video/"><img src="http://img.youtube.com/vi/zNT-OZ_2kaI/default.jpg" width="130" height="97" border=0></a></p>
<p>&nbsp;</p>
<p>Part 2.</p>
<p>Topics covered:</p>
<ul>
<li>measuring a person&#8217;s height from an image</li>
<li>extracting a latent fingerprint from a banknote</li>
<li>correcting the perspective of a license plate</li>
</ul>
<p><a href="http://blog.ampedsoftware.com/2011/08/01/amped-five-introduction-video/"><img src="http://img.youtube.com/vi/zc6pysvWo34/default.jpg" width="130" height="97" border=0></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/08/01/amped-five-introduction-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the problem with this license plate?</title>
		<link>http://blog.ampedsoftware.com/2011/06/15/whats-the-problem-with-this-license-plate/</link>
		<comments>http://blog.ampedsoftware.com/2011/06/15/whats-the-problem-with-this-license-plate/#comments</comments>
		<pubDate>Thu, 16 Jun 2011 06:53:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=138</guid>
		<description><![CDATA[I find myself analyzing new surveillance videos almost every day, and in most of the cases I can either solve the problem very quickly or understand (even more quickly) that there [...]]]></description>
			<content:encoded><![CDATA[<p>I find myself analyzing new surveillance videos almost every day, and in most of the cases I can either solve the problem very quickly or understand (even more quickly) that there is no information to recover in the video.<br />
In special cases, where something very specific and strange happened; or the problem is very complex it can take a lot of time.</p>
<p>As always&#8230; <a href="http://en.wikipedia.org/wiki/Pareto_principle">Pareto principle</a>: you solve 80% of the cases in 20% of the time, and, well, 20% of the cases takes 80% of the time.</p>
<p>In my own work probably the right numbers are 95% to 5%, but the idea holds.</p>
<p>With my experience on several thousands cases, I can estimate whether an image or video contains some information and it&#8217;s worth processing, or not, very quickly. I usually do a couple of tests, just to be sure of my first glance and sometimes I get surprised by the power of the algorithms; anyway, usually you can tell quite fast if you will get something from a video.</p>
<hr />
<p>&nbsp;</p>
<h3>The big picture</h3>
<p>Let&#8217;s work on the most common case: enhancing a license plate. Of course, I won&#8217;t show you images from real cases so I&#8217;ll generate some samples for you.</p>
<p>Usually the main problems why we can&#8217;t see a license plate (or anything else useful) are:</p>
<ul>
<li>low resolution</li>
<li>lossy compression</li>
<li>optical blur</li>
<li>motion blur</li>
<li>low brightness / contrast</li>
<li>noise</li>
</ul>
<p>These, in order, are the most common cases. In most situations you have all of them combined together. One single of these problems, if strong enough, may cause your license plate to be unreadable.</p>
<p>Let&#8217;s see in detail all this issues and what we can do to correct them.</p>
<p>These are the problems related more strictly to the image quality, please note that there are also other problems that maybe be corrected more easily: for example a bad perspective or the interlacing are immediate to solve, if the overall quality of the image is not too bad.</p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/original.jpg"><img class="size-full wp-image-149" title="A good quality license plate" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/original.jpg" alt="A good quality license plate" width="240" height="120" /></a><p class="wp-caption-text">A good quality license plate</p></div>
<hr />
<p>&nbsp;</p>
<h3>Low resolution</h3>
<p>The idea is pretty simple: the resolution determines the number of points you have in an image and if you don&#8217;t have enough points for drawing a digit, you won&#8217;t be able to see it.</p>
<p><strong>How to recognize it:</strong> zoom in the license plate and count, for example, how tall is it in pixels. If the license plate is, for example 3 pixels tall, just think how can you draw a number with just three points (maybe two because it will also have the plate border).</p>
<p><strong>How to solve it: </strong>if the problem is very relevant there is not very much to do. In intermediate situation a simple digital zoom (the filter <em>Resize</em> in Amped FIVE) can be helpful; although it does not actually add information to the image, it will make characters and details better recognizable to the human eye. If you have multiple frames applying techniques such as frame integration (<em>Frame Averaging</em>) or super resolution (currently in development) can be effective in some situations.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/resolution1.jpg"><img class="size-full wp-image-149" title="Low resolution" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/resolution1.jpg" alt="Low resolution" width="240" height="120" /></a><p class="wp-caption-text">Low resolution</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/resolution2.jpg"><img class="size-full wp-image-149" title="With digital zoom" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/resolution2.jpg" alt="With digital zoom" width="240" height="120" /></a><p class="wp-caption-text">With digital zoom</p></div>
<hr />
<p>&nbsp;</p>
<h3>Lossy compression</h3>
<p>Lossy compression is the main drawback of digital surveillance systems if compared to the old good VCR. Very often it happens that the resolution is actually pretty good but the compression makes the digits unreadable. Videos are compressed in order to save bandwidth in transmission and space in the storage systems.</p>
<p><strong>How to recognize it:</strong> The typical example is when the picture looks like you can see the license plate if you zoom, then you zoom and&#8230; you can&#8217;t still read the license plate.</p>
<p>The problem appears in two ways:</p>
<ul>
<li>you have enough pixels, but many of them appear to have the same value (tile effect), so in practice you have a much lower actual usable resolution that the native resolution of the image file format</li>
<li>you have artifacts, that means details that do not belong to the image but are introduced by the compression (typical blocking artifacts of JPEG files)</li>
</ul>
<p><strong>How to solve it:</strong> With a deblocking filter (<em>Deblocking</em> in FIVE) you can noticeably improve the quality of the image from a visual point of view.  It is important to take care not to apply too strong a filter that will also cut out useful detail. Also here, on more frames/ frame integration / averaging can be very useful.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/deblocking1.jpg"><img class="size-full wp-image-149" title="Compressed image" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/deblocking1.jpg" alt="Compressed image" width="240" height="120" /></a><p class="wp-caption-text">Compressed image</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/deblocking2.jpg"><img class="size-full wp-image-149" title="With deblocking" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/deblocking2.jpg" alt="With deblocking" width="240" height="120" /></a><p class="wp-caption-text">With deblocking</p></div>
<hr />
<p>&nbsp;</p>
<h3>Optical Blur</h3>
<p>The optical blur happens when an image is not perfectly in focus. Usually CCTV optics are configured to have a very big depth of field, everything is more or less in focus, but it&#8217;s difficult to have something <em>perfectly</em> in focus.</p>
<p>The basic idea is that every pixel of an ideal image in focus is being transformed into a circle with a radius depending on the strength of the blur.</p>
<p><strong>How to recognize it:</strong> The border and the digits of the license plate are (guess what) blurred. Basically if you just see a white area it is often blur together with a lack of contrast.</p>
<p><strong>How to solve it: I</strong>f you have enough resolution, optical deblurring filters can be very effective to recover even license plates that are not visible at all. Amped FIVE provides the <em>Optical Deblurring</em> and<em> Blind Deconvolution</em> filters: the first works very well on big blurs (even some tenths of pixels), while the second works more effectively on little blurs (less than 10 pixels usually).</p>
<p>A big problem is that the deblurring won&#8217;t work very well in images that present a strong compression, since it introduces some non-linearities that the algorithm is not able to manage.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/optical1.jpg"><img class="size-full wp-image-149" title="Image out of focus" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/optical1.jpg" alt="Image out of focus" width="240" height="120" /></a><p class="wp-caption-text">Image out of focus</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/optical2.jpg"><img class="size-full wp-image-149" title="Deblurred image" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/optical2.jpg" alt="Deblurred image" width="240" height="120" /></a><p class="wp-caption-text">Deblurred image</p></div>
<hr />
<p>&nbsp;</p>
<h3>Motion Blur</h3>
<p>The motion blur is the effect that appears on a subject that moves to fast in relation to the shutter speed. Even if the effect looks much different than optical blur, the nature of the problem is very similar: every point becomes a line (instead of a circle like to optical blur).</p>
<p><strong>How to recognize it:</strong> Usually it&#8217;s pretty noticeable since you can distinguish a kind of trace that follows the points in the images.</p>
<p><strong>How to solve it:</strong> If the kind of motion is linear and uniform, usually we can take some reference point that we know should be a point (like the angle of a license plate or a shimmer), but that in the image clearly appears like a segment. We can estimate the features of the blur through the length and the angle of this segment. In FIVE you can use the <em>Motion Deblurring</em> filter.</p>
<p>If the resolution is not too bad and the compression is not exaggerated we may be able to correct even very strong blurs.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/motion1.jpg"><img class="size-full wp-image-149" title="Moving car" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/motion1.jpg" alt="Moving car" width="240" height="120" /></a><p class="wp-caption-text">Moving car</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/motion2.jpg"><img class="size-full wp-image-149" title="Deblurred image" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/motion2.jpg" alt="Deblurred image" width="240" height="120" /></a><p class="wp-caption-text">Deblurred image</p></div>
<hr />
<p>&nbsp;</p>
<h3>Low brightness / contrast</h3>
<p>Different light conditions or characteristics of the cameras may lead to images that are either too dark (for example in night shots), too bright (when we have a light that points in our direction) or simply lacks contrast (pixel values are too similar).</p>
<p><strong>How to recognize it:</strong> You can look at the image histogram (in FIVE <em>Tools</em> / <em>Frame Info</em> panel). If the histogram is very shifted to the left, the image is too dark (most of the pixels will have values close to zero). If the histogram is shifted to the right the image is too bright (values close to 255). If the histogram is very thin the problem is in the contrast (too many pixels have the same value).</p>
<p><strong>How to solve it:</strong> There are many tools, the use of which can vary from case to case.  Two good starting points are that you can automatically equalize the histogram (<em>Histogram Equalization </em>in FIVE) or manually adjust the brightness (filter <em>Curves</em> or <em>Contrast /Brightness</em>). In order to improve the appearance of the details you can use on of the various available sharpening filters (<em>Sharpen</em> group).</p>
<p>An area of the image is saturated when all the pixels have values of zero or 255. If the image is saturated (or, in general, all the pixels have the same value), there is nothing to do, since all useful information is gone.</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/contrast1.jpg"><img class="size-full wp-image-149" title="Low contrast" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/contrast1.jpg" alt="Low contrast" width="240" height="120" /></a><p class="wp-caption-text">Low contrast</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/contrast2.jpg"><img class="size-full wp-image-149" title="With histogram equalization" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/contrast2.jpg" alt="With histogram equalization" width="240" height="120" /></a><p class="wp-caption-text">With histogram equalization</p></div>
<hr />
<p>&nbsp;</p>
<h3>Noise</h3>
<p>The noise is a random variation of the pixels in an image and it appears like a grain that is usually very evident in pictures taken with low light. The noise becomes very visible usually when we brighten a dark video.</p>
<p><strong>How to recognize it:</strong> There are random spots on the image that modify the correct value of the pixel. Many times it&#8217;s difficult to precisely separate noise and compression artifacts.</p>
<p><strong>How to solve it:</strong> If we have only a single image we can improve the overall quality with one of the many smoothing filters (in FIVE in the group <em>Denoise</em>). However, on a single frame this is a risky approach because many times the filters can take away the details together with the noise. If we have multiple frames of the same license plate in the same position, a technique that gives amazing results is frame integration (<em>Frame Averaging</em> filter). If the license plate is not in the same position it must be aligned with a stabilization filter (<em>Stabilization</em> or <em>Perspective Registration</em>).</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/noise1.jpg"><img class="size-full wp-image-149" title="One noisy frame" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/noise1.jpg" alt="One noisy frame" width="240" height="120" /></a><p class="wp-caption-text">One noisy frame</p></div>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 250px"><a href="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/noise2.jpg"><img class="size-full wp-image-149" title="After integration" src="http://blog.ampedsoftware.com/wp-content/uploads/2011/06/noise2.jpg" alt="After integration" width="240" height="120" /></a><p class="wp-caption-text">After integration</p></div>
<hr />
<p>&nbsp;</p>
<h3>The bottom line</h3>
<p>Real cases are always more complicated than these examples, since most (if not all) of these problems will be present at the same time. It&#8217;s very important to keep these basic problems in mind in order to always start with the proper filters and algorithms to correct them.  It is an even more important concept to understand to determine when an image does not contain the minimum amount of information for feasible analysis. You can see some more real-world examples on <a href="http://ampedsoftware.com/samples">Amped FIVE samples page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/06/15/whats-the-problem-with-this-license-plate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amped Five philosophy</title>
		<link>http://blog.ampedsoftware.com/2011/06/08/amped-five-philosophy/</link>
		<comments>http://blog.ampedsoftware.com/2011/06/08/amped-five-philosophy/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 07:30:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=84</guid>
		<description><![CDATA[In this post I’ll briefly explain the main idea that is behind Amped Five and how it will improve your work as a forensic video analyst. Every time we show [...]]]></description>
			<content:encoded><![CDATA[<p>In this post I’ll briefly explain the main idea that is behind Amped Five and how it will improve your work as a forensic video analyst.</p>
<p>Every time we show Amped Five to a person who is not exactly an expert on video analysis, but who has a keen interest, or works with video evidence (such a general law enforcement inspector or detective) he’s impressed with the <a href="http://ampedsoftware.com/samples">samples</a> and how effective Amped Five filters are. But, actually, what makes us even more proud is when real experts appreciate our work. They may be aware of other products in the market and, while there are in Five many features that are not present in other products, what amazes them is the workflow.</p>
<p>Yes, the workflow.</p>
<p>Maybe at the first instance they’ll be disappointed that Five is not behaving exactly like the Photoshop version or NLE video editor that they are used to, but once a few key concepts are understood, everything is much easier and faster.  Above all, the user feels in complete control.</p>
<p>The main idea is that absolutely everything you can do on an image or a video is done using a general object called a filter. A filter can be as simple as a luminance brightness adjustment or the selection of special frames of interest in a video, or the tool to measure an unknown height in an image.</p>
<p>The first filter is always a loader, so basically it loads some data from a file. Then you add another filter that accepts the loader as input and produces a processed image or video as output. That’s all. Filters can be moved, copied, pasted. Once you have a stack of filters you can modify any filter in any position (or modify its position) and directly, in real time, even while the video is playing, to see how the output changes.</p>
<p>What are the main advantages of this workflow:</p>
<ul>
<li>It is very easily test different combinations of filters until the desired result is reached</li>
<li>The user is always in command and can feel the control of every single step of the processing</li>
<li>Work is done very, very, very fast</li>
</ul>
<p>If a picture is worth a thousand words, how many words is a video worth? Click on the video below to find out.  See the effectiveness of the processing in one of our YouTube screencasts.</p>
<p>&nbsp;</p>
<p><a href="http://blog.ampedsoftware.com/2011/06/08/amped-five-philosophy/"><img src="http://img.youtube.com/vi/nJtWu8CYvZ8/default.jpg" width="130" height="97" border=0></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/06/08/amped-five-philosophy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing Amped Software North America</title>
		<link>http://blog.ampedsoftware.com/2011/06/06/introducing-amped-software-north-america/</link>
		<comments>http://blog.ampedsoftware.com/2011/06/06/introducing-amped-software-north-america/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 16:30:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=79</guid>
		<description><![CDATA[If you have recently seen our contacts, you may have noticed that we list a new Las Vegas, NV, based office. Amped Five is currently used in many of the [...]]]></description>
			<content:encoded><![CDATA[<p>If you have recently seen our <a href="http://ampedsoftware.com/contacts">contacts</a>, you may have noticed that we list a new Las Vegas, NV, based office.</p>
<p><a href="http://ampedsoftware.com/five">Amped Five</a> is currently used in many of the main forensic labs in Europe and it’s spreading as well in Asia and the Middle Eastern countries.  With growth strong worldwide, we have seen a growing interest in North America.  To provide North American customers with the same high standards of service that our current customers enjoy; we really felt that a local presence was necessary.</p>
<div>
<div>
<div>
<p>The result is the establishment of Amped Software North America, which will be responsible for sales, support, and training in the US, Canada and Mexico.  The Amped Software North America operation is managed by EJ Ord, an expert manager who’s successfully run hi-tech businesses in the defense and electronics sectors for over twenty years.</p>
</div>
</div>
</div>
<p>Amped Software North America is fully committed to providing technical and commercial support to end users and resellers in the American market. It is helping both the customers to find the perfect hardware/software solution for they processing needs and helping government agencies and law enforcement in finding the grants to acquire our products.</p>
<blockquote><p>May 16, 2011 Trieste Italy and Las Vegas NV USA –</p>
<p>Amped Software announced today the availability of Amped FIVE Forensic Image Processing Software with a sales and service partner office in North America.  Amped SRL presented Amped Software North America, based in Las Vegas, as the partner office for Amped in the US, Canada, and Mexico.  Amped Software North America will be serving the needs of forensic investigators and intelligence gathering professionals from law enforcement, military, legal and private security markets.</p>
<p>“Innovation and offering advanced technology in a package that is also easy to use is one of the things that are unique to Amped products.  With strong sales and adoption by key agencies in Europe, we are looking forward to building a solid foundation in North America, too.  The cornerstone to this foundation is maintaining our high standards for customer service.  We have had significant interest from North America over the years and the time is right to establish a regional partnership and insure that our customers have access to our award winning products and service.” said Martino Jerian, CEO of Amped Software.</p>
<p>Amped Software is a world leader in image processing software specifically designed for investigative, forensic and security applications. Its primary purpose is to provide forensic investigators a complete and unique solution to process and analyze digital images and video data in a simple, fast and precise way.</p>
<p>Amped FIVE (which is an acronym for “Forensic Image and Video Enhancement”) has been designed in cooperation with several specialized institutions and university researchers experienced in forensic science and criminology to provide a complete set of tools for gathering evidence.  The concept of Amped FIVE was the offspring of a joint venture between the Scientific Investigation Department of Carabinieri (Italian Military Police) National Crime Lab and the Image Processing Laboratory of the University Of Trieste, which is well known for its forensic activities.</p>
<p>With its revolutionary technology, Amped FIVE allows investigators to meet a wide range of demands which are otherwise hard to solve; it dramatically reduces time needed to process data and it improves the success rate of the particular cases, from the enhancing and restoring poor quality CCTV footage to fingerprint analysis and photo enhancement.  Amped FIVE also provides a direct interface from Milestone servers, which provides enhancement and analysis tools that customers can use it with their existing technology.</p>
<p>Contact:</p>
<p>Amped Software North America web:  <a href="http://www.ampedsoftware.com/">www.ampedsoftware.com</a> Email: info (at) ampedsoftware (dot)com Phone +1 (702) 498-0738</p>
<p>About Amped Software:</p>
<p>Amped is an award winning dynamic company specialized in developing software solutions for image and video processing for forensic and investigative applications. With strategic partners across the world, Amped strive to exceed the ever-evolving requirements and anticipate the needs of our customers.   Amped was created out one clear and profound vision: “To be the world’s premier creator of forensic image analysis software”.  Amped is a partner for Milestone A/S which is the world’s most popular surveillance camera control software.</p>
<p>Contact:</p>
<p>Martino Jerian, CEO, Amped SRL email: martino.jerian (at) ampedsoftware (dot) com Tel: +39 040 3755333 web: <a href="http://www.ampedsoftware.com/">www.ampedsoftware.com</a></p></blockquote>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2011/06/06/introducing-amped-software-north-america/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matek becomes our distributor.</title>
		<link>http://blog.ampedsoftware.com/2009/11/09/48/</link>
		<comments>http://blog.ampedsoftware.com/2009/11/09/48/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:37:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.ampedsoftware.com/?p=48</guid>
		<description><![CDATA[Great fresh news. Matek Business Media Limited &#8211; UK &#8211; one of the leading forensic imaging suppliers in EMEA, has just becam our official distributor. You can read the full [...]]]></description>
			<content:encoded><![CDATA[<p>Great fresh news. <a href="http://www.matek.net">Matek Business Media Limited</a> &#8211; UK &#8211; one of the leading forensic imaging suppliers in EMEA, has just becam our official distributor. You can read the full press release <a href="http://www.prweb.com/releases/Forensic-video/matek/prweb3147434.htm" target="_blank">here</a>.<a href="http://www.prweb.com/releases/Forensic-video/matek/prweb3147434.htm" target="_blank"><br />
</a></p>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.matek.net"><img class="size-medium wp-image-49" title="matek_logo" src="http://blog.ampedsoftware.com/wp-content/uploads/2009/11/matek_logo-300x99.jpg" alt="Matek Business Media Ltd" width="300" height="99" /></a><p class="wp-caption-text">Matek Business Media Ltd</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.ampedsoftware.com/2009/11/09/48/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

