This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <fstream> | |
#include <iostream> | |
#include <opencv2/core/utility.hpp> | |
#include <opencv2/imgcodecs.hpp> | |
#include <opencv2/photo.hpp> | |
void load_exposure_data(std::ifstream& list_file, | |
std::vector<cv::Mat>& exposures, | |
std::vector<float>& exposure_times); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% load ic_csrf_token %} | |
{% ic_csrf_token %} | |
<label> | |
<select name="manufacturer" | |
ic-post-to="/models" | |
ic-target="#model-select" | |
ic-replace-target="true"> | |
<option disabled selected>Select a manufacturer</option> | |
<option value="Audi">Audi</option> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> | |
<input id="file" type="file" accept="image/*" /> | |
<br/> | |
<h2>As read:</h2> | |
<img id="placeholder1" width=300/><br/> | |
<h2>Rotated by exif data:</h2> | |
<img id="placeholder2" width=300/> | |
<script> |